fix valid_at_height not being shown for name resolutions, which fixes tests

This commit is contained in:
Victor Shyba 2019-04-03 19:57:01 -03:00 committed by Lex Berezhny
parent b87316fb02
commit 1fb719dd61

View file

@ -280,6 +280,7 @@ def _verify_proof(name, claim_trie_root, result, height, depth, ledger):
'depth': depth,
'claim_sequence': result['claim_sequence'],
'address': output.get_address(ledger),
'valid_at_height': result['valid_at_height'],
'supports': result['supports']
}
return r