Ethereum tracking wallet display bugfix
This commit is contained in:
parent
1aad280b68
commit
1fe32bced9
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ _date_formatter = {
|
|||
}
|
||||
|
||||
async def _set_dates(rpc,us):
|
||||
if rpc.proto.base_proto != 'Bitcoin':
|
||||
return
|
||||
if us and us[0].date is None:
|
||||
# 'blocktime' differs from 'time', is same as getblockheader['time']
|
||||
dates = [o['blocktime'] for o in await rpc.gathered_call('gettransaction',[(o.txid,) for o in us])]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue