core: remove unused gas return in ApplyTransaction (#20065)
This commit is contained in:
committed by
Péter Szilágyi
parent
efe123759a
commit
3b6c9902f3
@ -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,
|
||||
|
Reference in New Issue
Block a user