Skip to content

Commit

Permalink
test: Drop --enable-external-signer configure option
Browse files Browse the repository at this point in the history
This option is enabled by default.
  • Loading branch information
hebasto committed Apr 23, 2024
1 parent 71edaee commit a0f3fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/03_test_script.sh
Expand Up @@ -119,7 +119,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then
exit 0
fi

BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --enable-external-signer --prefix=$BASE_OUTDIR"
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --prefix=$BASE_OUTDIR"

if [ -n "$CONFIG_SHELL" ]; then
"$CONFIG_SHELL" -c "./autogen.sh"
Expand Down

0 comments on commit a0f3fc9

Please sign in to comment.