From ef01a8ffe2f2273b55f5cc652ed3b6c48cfff53c Mon Sep 17 00:00:00 2001 From: jackjack-jj Date: Wed, 4 Sep 2013 13:25:54 +0200 Subject: [PATCH] typo --- pywallet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywallet.py b/pywallet.py index 879182c..7597c61 100644 --- a/pywallet.py +++ b/pywallet.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #-*- coding: utf-8 -*- -pywversion="2.1.3" +pywversion="2.1.4" never_update=False # @@ -4419,7 +4419,7 @@ if 'twisted' not in missing_dep: global addr_to_keys for h in txin_to_use: if request.args['txin_'+h+'_add'][0] not in addr_to_keys.keys(): - return "
No private key for "+request.args['txin_'+h+'_add'][0]+", please dump a wallet containing this address

Return to Pywallet" + return "
No private key for "+request.args['txin_'+h+'_add'][0]+", please dump a wallet containing this address

Return to Pywallet" list_hin.append(h) list_indexes.append(request.args['txin_'+h+'_n'][0])