fix rpc/p2p

This commit is contained in:
andri lim 2020-04-13 09:41:18 +07:00
parent 5e694c6874
commit 860d8e9705
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -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(