Skip to content
Snippets Groups Projects
Commit 7df9413d authored by Holger's avatar Holger
Browse files

Fix missing init

parent db95313f
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -162,6 +162,7 @@ class TransactionBuilder(dict):
return []
r = []
wif = None
# Let's go through all *keys* of the account
for authority in account[perm]["key_auths"]:
try:
......
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