Skip to content

Commit

Permalink
Force update of balance to correctly set variables needed to build tx
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Apr 17, 2024
1 parent 9f4793f commit 4bcd720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -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})")"
Expand Down

0 comments on commit 4bcd720

Please sign in to comment.