Skip to content

Commit 0fd0912

Browse files
committed
attempt decoding even without ABI
1 parent 22bbb28 commit 0fd0912

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

seth/decode.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ func (m *Client) DecodeTx(tx *types.Transaction) (*DecodedTransaction, error) {
191191
Msg("No post-decode hook found. Skipping")
192192
}
193193

194-
if decodeErr != nil && errors.Is(decodeErr, ErrNoABIMethod) {
195-
m.handleTxDecodingError(l, *decoded, decodeErr)
196-
return decoded, revertErr
197-
}
198-
199194
if m.Cfg.TracingLevel == TracingLevel_None {
200195
m.handleDisabledTracing(l, *decoded)
201196
return decoded, revertErr

0 commit comments

Comments
 (0)