forked from TrueCloudLab/neoneo-go
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:
parent
b8e96ac82b
commit
133b600c8c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ ApplicationConfiguration:
|
|||
PingTimeout: 90
|
||||
MaxPeers: 50
|
||||
AttemptConnPeers: 5
|
||||
MinPeers: 1
|
||||
MinPeers: 0
|
||||
P2PNotary:
|
||||
Enabled: false
|
||||
UnlockWallet:
|
||||
|
|
Loading…
Reference in a new issue