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,
|
vmState,
|
||||||
transaction,
|
transaction,
|
||||||
sender,
|
sender,
|
||||||
vmState.blockNumber.toFork)
|
fork)
|
||||||
|
|
||||||
proc dummyTransaction(gasLimit, gasPrice: GasInt, destination: EthAddress, value: UInt256): Transaction =
|
proc dummyTransaction(gasLimit, gasPrice: GasInt, destination: EthAddress, value: UInt256): Transaction =
|
||||||
Transaction(
|
Transaction(
|
||||||
|
|
Loading…
Reference in New Issue