1
0

fix: seed, password

This commit is contained in:
thomasv
2013-02-27 16:15:56 +01:00
parent 253e0bc58e
commit 5ed63be948
2 changed files with 6 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ class Commands:
def signrawtransaction(self, raw_tx, input_info, private_keys):
tx = Transaction(raw_tx)
self.wallet.signrawtransaction(tx, input_info, private_keys)
self.wallet.signrawtransaction(tx, input_info, private_keys, self.password)
return tx.as_dict()
def decoderawtransaction(self, raw):