diff --git a/pywallet.py b/pywallet.py index f732d0e..dff9977 100755 --- a/pywallet.py +++ b/pywallet.py @@ -1366,7 +1366,7 @@ class WIInfo(resource.Resource): if sec is not '' and msg is not '': if need & 1: ret += "
" - ret += "Signature of '%s' by %s: %s
"%(msg, addr, sign_message(secret, msg)) + ret += "Signature of '%s' by %s: %s
Pubkey: 04%.64x%.64x
"%(msg, addr, sign_message(secret, msg), pkey.pubkey.point.x(), pkey.pubkey.point.y()) if sig is not '' and msg is not '' and pubkey is not '': addr = public_key_to_bc_address(pubkey.decode('hex'))