forked from Qortal/qortal
This should prevent the failed transactions that are encountered when issuing two or more in a short space of time. Using a feature trigger (hard fork) to release this, to avoid potential consensus confusion around the time of the update (older versions could consider the main chain invalid until updating).
12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-disable-reference.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100
|
|
}
|