Skip to content

Commit

Permalink
changelog: mention breaking change for nonces
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Dec 20, 2022
1 parent 1c8e4bd commit 637c85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ to these calls.
- New RPC methods:
- `createbatch` and `sendbatch` create batch transactions with any number
of outputs with any combination of covenants.
- Updates related to nonces and blinds
- RPC method `importnonce` now returns an array of blinds instead of a single blind.
- HTTP endpoint `/wallet/:id/nonce/:name`'s response replaces 2 string fields (`nonce`, `blind`) with arrays of the same type (`nonces`, `blinds`)

## v4.0.0

Expand Down

0 comments on commit 637c85b

Please sign in to comment.