core: remove unused gas return in ApplyTransaction (#20065)

This commit is contained in:
Rob Mulholand
2019-09-12 14:22:22 -05:00
committed by Péter Szilágyi
parent efe123759a
commit 3b6c9902f3
4 changed files with 8 additions and 8 deletions

View File

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