fix CI failing

This commit is contained in:
Jordan Hrycaj 2021-08-02 09:25:49 +01:00 committed by jangko
parent 4713bd4cf4
commit dc8ef09727
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,8 @@ import
./types,
eth/[common, keys]
# Forward declaration
proc consensusEnginePoA*(vmState: BaseVMState): bool
proc getMinerAddress(vmState: BaseVMState): EthAddress =
if not vmState.consensusEnginePoA:

View File

@ -22,6 +22,8 @@ import
./types,
eth/[common, keys]
# Forward declaration
proc consensusEnginePoA*(vmState: BaseVMState): bool
proc getMinerAddress(vmState: BaseVMState): EthAddress =
if not vmState.consensusEnginePoA: