interlay/interbtc-api

Pass blockHash to parseRequest methods

gregdhill opened this issue · 0 comments

The methods that call this function read only from the finalized head but when parsing the requests we check the latest unfinalized state, this shouldn't be an issue in practice but it is better to be consistent and read from the same height.