fix: get_tx_value

This commit is contained in:
ThomasV 2012-11-04 11:36:08 +01:00
parent f1a7473ae2
commit 99022f51bc
1 changed files with 1 additions and 1 deletions

View File

@ -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']))