Attempting to publish a recently-mined transaction using the sendrawtransaction JSON-RPC method will now use the same error code as for duplicate transactions currently present in the mempool, rather than a generic error for double spending or spending unknown inputs. There is a very small chance that this check results in a false positive and that a transaction rejected for other reasons is reported as a duplicate when it had never been mined at all. |
||
|---|---|---|
| .. | ||
| testdata | ||
| doc.go | ||
| interface.go | ||
| log.go | ||
| README.md | ||
| rpcserver_test.go | ||
| rpcserver.go | ||
| rpcserverhandlers_test.go | ||
| rpcserverhelp_test.go | ||
| rpcserverhelp.go | ||
| rpcwebsocket.go | ||
| treasury_test.go | ||