From 8d55cc33e249b61a69bb92c92f892a22e7ee1d0d Mon Sep 17 00:00:00 2001 From: Tony B <40802941+kev-vl@users.noreply.github.com> Date: Tue, 8 Mar 2022 19:26:38 +0100 Subject: [PATCH] Fix unit for C-Lightning fee report on info screen (#2990) Fixes #2989 --- home.admin/00infoBlitz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00infoBlitz.sh b/home.admin/00infoBlitz.sh index 6d37dd1d9..ee9c79c9a 100755 --- a/home.admin/00infoBlitz.sh +++ b/home.admin/00infoBlitz.sh @@ -236,7 +236,7 @@ if [ "${lightning}" != "" ]; then else source <(/home/admin/_cache.sh meta ln_${lightning}_${chain}net_fees_total) ln_totalfees="${value}" - ln_feeReport="Fee Report: ${color_green}${ln_totalfees} ${color_gray}${netprefix}sat" + ln_feeReport="Fee Report: ${color_green}${ln_totalfees} ${color_gray}${netprefix}msat" fi # on-chain wallet info