Skip to content

Commit 4fc293b

Browse files
committed
try with calling a test function
1 parent 937b13d commit 4fc293b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seth/decode.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ func (m *Client) Decode(tx *types.Transaction, txErr error) (*DecodedTransaction
105105
return nil, verr.Join(m.Errors...)
106106
}
107107

108+
_ = MyAmazingNewFunction()
109+
108110
if decodedErr := m.DecodeSendErr(txErr); decodedErr != nil {
109111
return nil, decodedErr
110112
}

0 commit comments

Comments
 (0)