1
0

fixes for signrawtransaction

This commit is contained in:
ThomasV
2013-08-17 18:40:59 +02:00
parent 6bb8af5822
commit 81b84fd5ef
3 changed files with 35 additions and 34 deletions

View File

@@ -429,7 +429,8 @@ if __name__ == '__main__':
try:
result = func(*args[1:])
except BaseException, e:
print_msg("Error: " + str(e))
import traceback
traceback.print_exc(file=sys.stdout)
sys.exit(1)
if type(result) == str: