From 8fb2e6be7ff52c42b23dfd359ce402a2b36c703f Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 21 Feb 2019 21:28:54 +0100 Subject: [PATCH] fixup! jsonrpc: Arm the minconf=1 parameter and deal with the fallout --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6ae5393..f95a78498 100644 --- a/CHANGELOG.md +++ b/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