Skip to content

Commit 9359401

Browse files
authored
Merge pull request #1 from bitshares/develop
Sync with upstream `develop`
2 parents ff9701f + 0c9bf5e commit 9359401

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
@@ -548,7 +548,7 @@ def issue(self, amount, to, memo=None, **kwargs):
548548
from .account import Account
549549

550550
to = Account(to, blockchain_instance=self.blockchain)
551-
account = Account(self["issuer"])
551+
account = Account(self["issuer"], blockchain_instance=self.blockchain)
552552
memoObj = Memo(
553553
from_account=account, to_account=to, blockchain_instance=self.blockchain
554554
)

0 commit comments

Comments
 (0)