This PR adds forgotten call to GetRandom() to BlockContext creation.
This did not matter up until now, because our tools did not require it, although geth-tests need it for some tests.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
Description
This PR adds forgotten call to
GetRandom()
toBlockContext
creation. This did not matter up until now, because our tools did not require it, althoughgeth-tests
need it for some tests.Type of change