SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/address_synchronizer.py
|
|
@ -263,7 +263,7 @@ class AddressSynchronizer(PrintError): |
|
|
|
add_value_from_prev_output() |
|
|
|
# add outputs |
|
|
|
for n, txo in enumerate(tx.outputs()): |
|
|
|
v = txo[2] |
|
|
|
v = txo.value |
|
|
|
ser = tx_hash + ':%d'%n |
|
|
|
addr = self.get_txout_address(txo) |
|
|
|
if addr and self.is_mine(addr): |
|
|
|