Skip to content

Commit 081859f

Browse files
committed
Fix typo in finalizeOp call
1 parent 26719f7 commit 081859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitshares/asset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,4 +538,4 @@ def issue(self, amount, to, memo=None, **kwargs):
538538
"extensions": [],
539539
}
540540
)
541-
return self.exbet.finalizeOp(op, self["issuer"], "active", **kwargs)
541+
return self.blockchain.finalizeOp(op, self["issuer"], "active", **kwargs)

0 commit comments

Comments
 (0)