Browse Source

init fee variable in make_unsigned_transaction

283
ThomasV 10 years ago
parent
commit
e7c7dc8cc9
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -719,7 +719,7 @@ class Abstract_Wallet(object):
coins = self.get_unspent_coins(domain)
amount = sum( map(lambda x:x[2], outputs) )
total = 0
total = fee = 0
inputs = []
tx = Transaction(inputs, outputs)
for item in coins:

Loading…
Cancel
Save