fix: test

This commit is contained in:
jeevan-sid 2026-02-16 20:14:00 +05:30
parent f66b10f1fd
commit 3250556eb9

View file

@ -4099,7 +4099,7 @@ func TestGetTransactionBySenderAndNonce(t *testing.T) {
api := NewTransactionAPI(backend, new(AddrLocker))
ctx := context.Background()
result, err := api.GetTransactionBySenderAndNonce(ctx, addr, nonce)
result, err := api.GetTransactionBySenderAndNonce(ctx, addr, hexutil.Uint64(nonce))
if err != nil {
t.Fatalf("GetTransactionBySenderAndNonce failed: %v", err)
}