Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update rpc/ethereum/namespaces/debug/api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fedekunze authored Nov 9, 2021
1 parent 417624a commit 5cd28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/ethereum/namespaces/debug/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (a *API) traceBlock(height rpctypes.BlockNumber, config *evmtypes.TraceConf
for i, tx := range txs {
decodedTx, err := txDecoder(tx)
if err != nil {
a.logger.Error("failed to decode transaction", "hash", txs[i].Hash().String(), "error", err.Error())
a.logger.Error("failed to decode transaction", "hash", txs[i].Hash(), "error", err.Error())
continue
}

Expand Down

0 comments on commit 5cd28c3

Please sign in to comment.