Skip to content

Commit

Permalink
menu.send: fix error when sweeping with coinjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Sep 11, 2020
1 parent a5868cb commit 55420ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/menu.send.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $(cat "$amount") $(cat "$address") $txfeeOption
"
# run
$tor python ~/joinmarket-clientserver/scripts/sendpayment.py \
-m "$(cat "$mixdepth")" "$makercountOption" "$(cat "$wallet")" \
-m "$(cat "$mixdepth")" $makercountOption "$(cat "$wallet")" \
"$(cat "$amount")" "$(cat "$address")" $txfeeOption
echo ""
echo "Press ENTER to return to the menu..."
Expand Down

0 comments on commit 55420ac

Please sign in to comment.