1
0

wallet: rm wallet.txin_value

This commit is contained in:
SomberNight
2020-10-16 21:25:11 +02:00
parent 8b2eb83238
commit e71fa4924f
2 changed files with 3 additions and 15 deletions

View File

@@ -149,6 +149,8 @@ class AddressSynchronizer(Logger):
return txin.value_sats()
prevout_hash = txin.prevout.txid.hex()
prevout_n = txin.prevout.out_idx
if address is None:
address = self.get_txin_address(txin)
if address:
d = self.db.get_txo_addr(prevout_hash, address)
for n, v, cb in d: