sample-conf: add assumechanvalid to sample conf

This commit is contained in:
carla 2020-10-21 11:22:33 +02:00
parent d12f76fd6d
commit 325deb36c0
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

View File

@ -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,