Skip to content

Remove calls to 'getblockhash'

Created by: dagurval

Both BU and BCHN have introduced in their API the possibility to call getblockhash with block height instead of block hash. Thus we don't need to call getblockhash first.

Test plan:

./contrib/run_functional_tests.sh

Merge request reports