aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/retesteth.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/geth/retesteth.go')
-rw-r--r--cmd/geth/retesteth.go2
1 files changed, 1 insertions, 1 deletions
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,