mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
fix: get_tx_value
This commit is contained in:
parent
f1a7473ae2
commit
99022f51bc
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -481,7 +481,7 @@ if __name__ == '__main__':
|
|||
b = 0
|
||||
for line in lines:
|
||||
import datetime
|
||||
v = line['value']
|
||||
v = wallet.get_tx_value(line['tx_hash'])
|
||||
b += v
|
||||
try:
|
||||
time_str = str( datetime.datetime.fromtimestamp( line['timestamp']))
|
||||
|
|
Loading…
Add table
Reference in a new issue