We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7dadc commit 1498132Copy full SHA for 1498132
tests/regtest/start_bitcoind.sh
@@ -23,4 +23,4 @@ sleep 6
23
bitcoin-cli createwallet test_wallet
24
addr=$(bitcoin-cli getnewaddress)
25
bitcoin-cli generatetoaddress 150 $addr > /dev/null
26
-screen -r bitcoind
+TERM=xterm screen -r bitcoind
0 commit comments