config: set MinPeers=0 for unit testchain

Some RPC tests require network services to be enabled and running
(i.e. notary pool subscriptions). Services can be launched either when
node has reached synchronised state or when it does not have connected
peers and MinPeers=0. The second one is the case of RPC tests.
This commit is contained in:
Anna Shaleva 2021-05-31 16:02:24 +03:00
parent b8e96ac82b
commit 133b600c8c

View file

@ -56,7 +56,7 @@ ApplicationConfiguration:
PingTimeout: 90
MaxPeers: 50
AttemptConnPeers: 5
MinPeers: 1
MinPeers: 0
P2PNotary:
Enabled: false
UnlockWallet: