forked from forks/go-ethereum
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. |
||
|---|---|---|
| .. | ||
| backend.go | ||
| backend_test.go | ||
| options.go | ||
| options_test.go | ||