mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	Update and rename 13_6_Closing_a_Channel.md to 19_3_Closing_a_Channel.md
This commit is contained in:
		
							parent
							
								
									f42234a575
								
							
						
					
					
						commit
						0e186876cb
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
# 13.6: Closing a Channel
 | 
					# 19.3: Closing a Channel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
 | 
					> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -126,7 +126,7 @@ c$ echo $NODEIDREMOTE
 | 
				
			|||||||
0302d48972ba7eef8b40696102ad114090fd4c146e381f18c7932a2a1d73566f84
 | 
					0302d48972ba7eef8b40696102ad114090fd4c146e381f18c7932a2a1d73566f84
 | 
				
			||||||
c$ 
 | 
					c$ 
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
Now we use NODEIDREMOTE to close channel:
 | 
					Now we use NODEIDREMOTE variable to close channel:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
c$lightning-cli --network=testnet close $NODEIDREMOTE 0
 | 
					c$lightning-cli --network=testnet close $NODEIDREMOTE 0
 | 
				
			||||||
@ -236,4 +236,4 @@ When you close a channel you perform an onchain transaction ending your financia
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## What's Next?
 | 
					## What's Next?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Continue "Understanding Your Lightning Setup" with [§13.7: Lightning Network Implementations](13_7_Lightning_Network_Implementations.md).
 | 
					Continue "Understanding Your Lightning Setup" with [§19.4: Lightning Network Implementations](19_4_Lightning_Network_Implementations.md).
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user