Browse Source

fixup! jsonrpc: Arm the minconf=1 parameter and deal with the fallout

confirmed-only
Christian Decker 6 years ago
parent
commit
0defb3383f
No known key found for this signature in database GPG Key ID: 1416D83DC4F0E86D
  1. 1
      CHANGELOG.md

1
CHANGELOG.md

@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- JSON API: New command `paystatus` gives detailed information on `pay` commands.
- JSON API: `getroute` `riskfactor` argument is simplified; `pay` now defaults to setting it to 10.
- pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading.
- JSON API: `fundchannel` and `withdraw` now have a new parameter `minconf` that limits coinselection to outputs that have at least `minconf` confirmations (default 1). (#2380)
### Changed

Loading…
Cancel
Save