From 1521a90fd975776463f0f7260423b52b04416ca3 Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Fri, 10 Mar 2023 13:26:09 +0400 Subject: [PATCH] pkg: update changelog. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e0d440a..73dd65e45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ## v6.0.0 -### Wallet changes +#### Wallet configuration +`hsd.conf` can now be used to define wallet options, when wallet is running as a plugin. +Configurations with `wallet-` prefix will be passed to the wallet. `hsd.conf` wont be used +if the wallet is running in standalone mode. + +### Wallet API - HTTP Changes: - `/wallet/:id/open` no longer accepts `force` flag. (it was not used)