fix rpc/p2p
This commit is contained in:
parent
5e694c6874
commit
860d8e9705
|
@ -43,7 +43,7 @@ proc binarySearchGas(vmState: var BaseVMState, transaction: Transaction, sender:
|
|||
vmState,
|
||||
transaction,
|
||||
sender,
|
||||
vmState.blockNumber.toFork)
|
||||
fork)
|
||||
|
||||
proc dummyTransaction(gasLimit, gasPrice: GasInt, destination: EthAddress, value: UInt256): Transaction =
|
||||
Transaction(
|
||||
|
|
Loading…
Reference in New Issue