We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6c90 commit 22d87a0Copy full SHA for 22d87a0
1 file changed
scripts/menu.bitcoinrpc.sh
@@ -49,6 +49,7 @@ while [ $connectionSuccess -eq 0 ]; do
49
echo
50
echo "Press ENTER to retry or CTLR+C to abort"
51
read key
52
+ echo "---------------------------------------"
53
inputRPC
54
connectionSuccess=$(checkRPC 2>/dev/null | grep -c "bitcoinRPC")
55
done
0 commit comments