doc: release note for 30212

This commit is contained in:
willcl-ark
2024-08-05 13:55:48 +01:00
parent 87b1880525
commit e9de0a76b9

View File

@@ -0,0 +1,8 @@
RPC
---
- Previously when using the `sendrawtransaction` rpc and specifying outputs
that are already in the UXTO set an RPC error code `-27` with 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.