forked from Qortal/qortal
Controller no longer starts up BTC support during main startup. This does mean that BTC startup is deferred until first BTC-related action, and that the first BTC-related action will take much longer to complete. Added tests to cover startup/shutdown. This also fixes splash logo stuck on-screen and broken Controller shutdown when using REGTEST bitcoin network AND there is no local regtest bitcoin server running.
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"bitcoinNet": "REGTEST",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2.json",
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0
|
|
}
|