From 3b6c9902f308ffc595912802644c5d21616e61f5 Mon Sep 17 00:00:00 2001 From: Rob Mulholand Date: Thu, 12 Sep 2019 14:22:22 -0500 Subject: core: remove unused gas return in ApplyTransaction (#20065) --- cmd/geth/retesteth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/geth') diff --git a/cmd/geth/retesteth.go b/cmd/geth/retesteth.go index 9469c9f5f..b6aa3706b 100644 --- a/cmd/geth/retesteth.go +++ b/cmd/geth/retesteth.go @@ -508,7 +508,7 @@ func (api *RetestethAPI) mineBlock() error { statedb.Prepare(tx.Hash(), common.Hash{}, txCount) snap := statedb.Snapshot() - receipt, _, err := core.ApplyTransaction( + receipt, err := core.ApplyTransaction( api.chainConfig, api.blockchain, &api.author, -- cgit v1.2.3