Skip to content
Snippets Groups Projects
Commit c4e86a78 authored by Fabian Schuh's avatar Fabian Schuh
Browse files

Fix #11

parent 0861d9d9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class Account(BlockchainObject):
account,
lazy=lazy,
full=full,
bitshares_instance=None
bitshares_instance=bitshares_instance
)
def refresh(self):
......
......@@ -63,7 +63,7 @@ class Memo(object):
PrivateKey(memo_wif),
PublicKey(
self.to_account["options"]["memo_key"],
prefix=self.bitshares.rpc.chain_params["prefix"]
prefix=self.bitshares.prefix
),
nonce,
memo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment