1
0

new command: getrawtransaction

This commit is contained in:
thomasv
2013-09-15 11:19:48 +02:00
parent 41878dc5e0
commit b75f8d795a
5 changed files with 11 additions and 7 deletions

View File

@@ -356,7 +356,7 @@ if __name__ == '__main__':
wallet.update_password(seed, password, new_password)
else:
cmd_runner = Commands(wallet, interface)
cmd_runner = Commands(wallet, network)
func = eval('cmd_runner.' + cmd)
cmd_runner.password = password
try: