forked from LBRYCommunity/lbry-sdk
fix valid_at_height not being shown for name resolutions, which fixes tests
This commit is contained in:
parent
b87316fb02
commit
1fb719dd61
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ def _verify_proof(name, claim_trie_root, result, height, depth, ledger):
|
||||||
'depth': depth,
|
'depth': depth,
|
||||||
'claim_sequence': result['claim_sequence'],
|
'claim_sequence': result['claim_sequence'],
|
||||||
'address': output.get_address(ledger),
|
'address': output.get_address(ledger),
|
||||||
|
'valid_at_height': result['valid_at_height'],
|
||||||
'supports': result['supports']
|
'supports': result['supports']
|
||||||
}
|
}
|
||||||
return r
|
return r
|
||||||
|
|
Loading…
Reference in a new issue