mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
goimports
This commit is contained in:
parent
b2a287c401
commit
a1a17f23f0
2 changed files with 2 additions and 2 deletions
|
|
@ -447,7 +447,7 @@ func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
|
|||
UsedGas: st.gasUsed(),
|
||||
Err: vmerr,
|
||||
ReturnData: ret,
|
||||
GasRefund: gasRefund,
|
||||
GasRefund: gasRefund,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue