Browse Source

follow up previous commit

seed_v14
ThomasV 7 years ago
parent
commit
5873fe8eaf
  1. 2
      lib/wallet.py

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

Loading…
Cancel
Save