diff --git a/lib/wallet.py b/lib/wallet.py index 4a7a1f1c..b0118c87 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -892,7 +892,7 @@ class Abstract_Wallet(PrintError): item['signatures'] = [None] item['num_sig'] = 1 inputs.append(item) - keypairs[pubkey] = privkey + keypairs[pubkey] = privkey, compressed if not inputs: raise BaseException(_('No inputs found. (Note that inputs need to be confirmed)'))