From 0ae20399bd05adf8b6c1827359d9ae42e5f7376b Mon Sep 17 00:00:00 2001 From: trueptolemy <823220586@qq.com> Date: Sun, 28 Jul 2019 21:24:57 +0800 Subject: [PATCH] CHANGELOG: check the bitcoind version when `setup_topology` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f5682b7..728634a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - rpc: a new rpc command is added, `plugin`. It allows one to manage plugins without restarting `lightningd`. - plugins: a new boolean field is added to the `init`'s `configuration`, `startup`. It allows a plugin to know if it has been started on `lightningd` startup. - plugins: a new boolean field can be added to a plugin manifest, `dynamic`. It allows a plugin to tell if it can be started or stopped "on-the-fly". +- lightningd: check bitcoind version when setup topology and confirm the version not older than v0.15.0. ### Deprecated