From 8a9bd98bf52ca9f48c1a88133c57228b81c37fbe Mon Sep 17 00:00:00 2001 From: bdhimes Date: Mon, 17 Nov 2025 21:11:06 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0eaa7c3..2447096f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Prevents a race condition which could freeze the console for extrinsic submission * docs: fix typos in some files by @Edge-Seven in https://github.com/opentensor/btcli/pull/711 * Fix table width visual bug in stake move command by @BANADDA in https://github.com/opentensor/btcli/pull/709 +* Fix: Decode account id in `btcli swap-check` by @ibraheem-abe in https://github.com/opentensor/btcli/pull/714 ## New Contributors * @branchvincent made their first contribution in https://github.com/opentensor/btcli/pull/698