This commit is contained in:
jsvisa 2025-10-23 11:11:13 +08:00
parent 65a5fe54ef
commit 5bce00e9d9

View file

@ -4052,7 +4052,6 @@ func TestSendRawTransactionSync_Timeout(t *testing.T) {
}
if got, want := de.ErrorData(), tx.Hash().Hex(); got != want {
t.Fatalf("expected ErrorData=%s, got %v", want, got)
}
}