sample-conf: add assumechanvalid to sample conf
This commit is contained in:
parent
d12f76fd6d
commit
325deb36c0
@ -408,6 +408,15 @@ bitcoin.node=btcd
|
||||
; Used to help identify ourselves to other bitcoin peers (default: 0.11.0-beta).
|
||||
; neutrino.useragentversion=0.11.0-beta
|
||||
|
||||
; Skip checking channel spentness and existence during graph validation for
|
||||
; neutrino. Enabling this option means that neutrino nodes will not need to
|
||||
; perform long rescans which block initial usage of the daemon, but comes at
|
||||
; the cost of not validating channels in your routing graph. Skipping this
|
||||
; validation means that your node may have an incorrect view of the network
|
||||
; if it receives updates for closed or non-existent channels. This could affect
|
||||
; routing, but funds are safu.
|
||||
; --routing.assumechanvalid=true
|
||||
|
||||
[Btcd]
|
||||
|
||||
; The base directory that contains the node's data, logs, configuration file,
|
||||
|
Loading…
Reference in New Issue
Block a user