We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7a62e commit 8f2d718Copy full SHA for 8f2d718
chain/vendored/apply_transaction.go
@@ -99,5 +99,5 @@ func EVMApplyTransaction(msg *Message, config *params.ChainConfig, testChainConf
99
receipt.BlockHash = blockHash
100
receipt.BlockNumber = blockNumber
101
receipt.TransactionIndex = uint(statedb.TxIndex())
102
- return receipt, result, err
+ return receipt, result, nil
103
}
0 commit comments