ClaimMeta attr typo
This commit is contained in:
parent
240f0a9a05
commit
cd3f189cf6
1 changed files with 4 additions and 4 deletions
|
@ -113,10 +113,10 @@ class Outputs:
|
||||||
'expiration_height': claim.expiration_height,
|
'expiration_height': claim.expiration_height,
|
||||||
'effective_amount': claim.effective_amount,
|
'effective_amount': claim.effective_amount,
|
||||||
'support_amount': claim.support_amount,
|
'support_amount': claim.support_amount,
|
||||||
'trend_group': claim.trend_group,
|
'trend_group': claim.trending_group,
|
||||||
'trend_mixed': claim.trend_mixed,
|
'trend_mixed': claim.trending_mixed,
|
||||||
'trend_local': claim.trend_local,
|
'trend_local': claim.trending_local,
|
||||||
'trend_global': claim.trend_global,
|
'trend_global': claim.trending_global,
|
||||||
}
|
}
|
||||||
if claim.HasField('channel'):
|
if claim.HasField('channel'):
|
||||||
txo.channel = tx_map[claim.channel.tx_hash].outputs[claim.channel.nout]
|
txo.channel = tx_map[claim.channel.tx_hash].outputs[claim.channel.nout]
|
||||||
|
|
Loading…
Add table
Reference in a new issue