From 4bcd7204270257e48843034882462bd4d519ebd6 Mon Sep 17 00:00:00 2001 From: Scitz0 Date: Wed, 17 Apr 2024 12:37:59 +0200 Subject: [PATCH] Force update of balance to correctly set variables needed to build tx --- scripts/cnode-helper-scripts/cntools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cnode-helper-scripts/cntools.sh b/scripts/cnode-helper-scripts/cntools.sh index 115629857..1714ef663 100755 --- a/scripts/cnode-helper-scripts/cntools.sh +++ b/scripts/cnode-helper-scripts/cntools.sh @@ -672,7 +672,7 @@ function main { esac getWalletType ${wallet_name} fi - getWalletBalance ${wallet_name} false true false true + getWalletBalance ${wallet_name} true true false true if [[ ${base_lovelace} -gt 0 ]]; then if [[ -n ${wallet_count} && ${wallet_count} -gt ${WALLET_SELECTION_FILTER_LIMIT} ]]; then println DEBUG "$(printf "%s\t${FG_LBLUE}%s${NC} ADA" "Funds in wallet:" "$(formatLovelace ${base_lovelace})")"