mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 17:52:25 +01:00
362 B
362 B
RPC
- Previously when using the
sendrawtransactionrpc and specifying outputs that are already in the UXTO set an RPC error code-27with RPC error text "Transaction already in block chain" was returned in response. The help text has been updated to "Transaction outputs already in utxo set" to more accurately describe the source of the issue.