mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
In few tests the returned error from `SendTransaction` is not being checked. This PR checks the returned err in tests. Returning errors also revealed tx in `TestCommitReturnValue` is not actually being sent, and returns err ` only replay-protected (EIP-155) transactions allowed over RPC`. Fixed the transaction by using the `testTx` function. |
||
|---|---|---|
| .. | ||
| backends | ||
| auth.go | ||
| backend.go | ||
| base.go | ||
| base_test.go | ||
| bind.go | ||
| bind_test.go | ||
| source.go.tpl | ||
| template.go | ||
| util.go | ||
| util_test.go | ||