diff --git a/daemon/test/test.sh b/daemon/test/test.sh index 9270435d3..a47060983 100755 --- a/daemon/test/test.sh +++ b/daemon/test/test.sh @@ -110,7 +110,7 @@ check_tx_spend() : else echo "Block didn't include tx:" >&2 - $($CLI getblock $($CLI getbestblockhash) ) >&2 + $CLI getblock $($CLI getbestblockhash) >&2 exit 1 fi }