Skip to content

Commit

Permalink
Support jq 1.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Dec 19, 2023
1 parent 85dea14 commit aba0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake-coinjoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ echo "input_type: $input_type"

function select_default()
{
jq -c "" | shuf | jq ""
jq -c "." | shuf | jq "."
}

function select_greediest()
Expand Down

0 comments on commit aba0cee

Please sign in to comment.