@@ -12,7 +12,7 @@ without removing any other data.
1212
1313CAUTION: Running this command will make it impossible to use the channel DB
1414with an older version of lnd. Downgrading is not possible and you'll need to
15- run lnd v0.14 .1-beta or later after using this command!'
15+ run lnd v0.15 .1-beta or later after using this command!'
1616
1717``` 
1818chantools dropchannelgraph [flags] 
@@ -22,19 +22,23 @@ chantools dropchannelgraph [flags]
2222
2323``` 
2424chantools dropchannelgraph \ 
25- 	--channeldb ~/.lnd/data/graph/mainnet/channel.db 
25+ 	--channeldb ~/.lnd/data/graph/mainnet/channel.db \ 
26+ 	--node_identity_key 03...... 
2627
2728chantools dropchannelgraph \ 
2829	--channeldb ~/.lnd/data/graph/mainnet/channel.db \ 
2930	--single_channel 726607861215512345 
31+ 	--node_identity_key 03...... 
3032``` 
3133
3234### Options  
3335
3436``` 
35-       --channeldb string      lnd channel.db file to dump channels from 
36-   -h, --help                  help for dropchannelgraph 
37-       --single_channel uint   the single channel identified by its short channel ID (CID) to remove from the graph 
37+       --channeldb string           lnd channel.db file to dump channels from 
38+       --fix_only                   fix an already empty graph by re-adding the own node's channels 
39+   -h, --help                       help for dropchannelgraph 
40+       --node_identity_key string   your node's identity public key 
41+       --single_channel uint        the single channel identified by its short channel ID (CID) to remove from the graph 
3842``` 
3943
4044### Options inherited from parent commands  
0 commit comments