File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,14 @@ file based backup or the recovered file from the crashed node).
163163 you are not time locked any longer. Depending on the size of the channel, you
164164 have to wait for somewhere between 144 and 2000 confirmations of the
165165 force-close transactions. Only continue with the next step after the channel
166- with the highest ` csv_timeout ` has reached that many confirmations of its
167- closing transaction.
166+ with the highest ` csv_delay ` has reached that many confirmations of its
167+ closing transaction. You can check this by looking up each force closed
168+ channel transaction on a block explorer (like
169+ [ blockstream.info] ( https://blockstream.info ) for example). Open the result
170+ JSON file of the last command (` ./results/forceclose-yyyy-mm-dd.json ` ) and
171+ look up every TXID in ` "force_close" -> "txid" ` on the explorer. If the number
172+ of confirmations is equal to or greater to the value shown in
173+ ` "force_close" -> "csv_delay" ` for each of the channels, you can proceed.
168174
16917510 . ** chantools sweeptimelock** : Once all force-close transactions have reached
170176 the number of transactions as the ` csv_timeout ` in the JSON demands, these
You can’t perform that action at this time.
0 commit comments