light-node: can't initialise with header at height 1 #436
Labels
bug
Something isn't working
go
Compatibility with Go code
light-client
Issues/features which involve the light client
An attempt to init with the header at height
1
fails.Potentially reproducible with:
curl -X GET "http://localhost:26657/block?height=1” -H "accept: application/json"
header.hash() != block_id.hash
Potential causes:
last_
fields is not present intendermint-rs/tendermint/src/lite_impl/header.rs
Lines 28 to 58 in 142796b
The text was updated successfully, but these errors were encountered: