From 517b6e8921b9c44c51a554c0d1cfea1d6ce99f99 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 13 Feb 2025 11:04:46 +0000 Subject: [PATCH] chore: change log --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d532b360..287815f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ - cdk: Debug print of `Id` is hex ([thesimplekid]). - cdk: Debug print of mint secret is the hash [(thesimplekid)]. - cdk: Use check_incoming payment on attempted mint or check mint qutoe ([thesimplekid]). +- cdk-cln: Use `call_typed` for cln rpc calls ([daywalker90]). ### Added - cdk: Mint builder add ability to set custom derivation paths [(thesimplekid)]. @@ -268,4 +269,4 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [vnprc]: https://github.com/vnprc [crodas]: https://github.com/crodas [tdelabro]: https://github.com/tdelabro - +[daywalker90]: https://github.com/daywalker90