aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-30212.md
blob: cc4ea59b7f88a8abb80e25ae259d7fcc927e29e3 (plain)
1
2
3
4
5
6
7
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.