follow up previous commit

This commit is contained in:
ThomasV 2017-10-09 10:45:43 +02:00
parent b1cc81a6f6
commit 5873fe8eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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)'))