Skip to content

Commit

Permalink
wallet menu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed May 5, 2024
1 parent 886e135 commit 5b78b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.library
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ selectWallet() {
wallet_dirs_filtered+=("${wallet_dir} (Funds: ${FG_LBLUE}$(formatLovelace ${base_lovelace})${NC} ADA${base_asset_str})")
fi
else
wallet_dirs_filtered+=(${dir})
wallet_dirs_filtered+=("${dir}")
fi
done

Expand Down

0 comments on commit 5b78b44

Please sign in to comment.