File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Example (make sure you always use the latest version!):
3030
3131``` shell 
3232$ cd  /tmp
33- $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.11.3 /chantools-linux-amd64-v0.11.3 .tar.gz
33+ $ wget -O chantools.tar.gz https://github.com/lightninglabs/chantools/releases/download/v0.12.0 /chantools-linux-amd64-v0.12.0 .tar.gz
3434$ tar -zxvf chantools.tar.gz
3535$ sudo mv chantools-* /chantools /usr/local/bin/
3636``` 
@@ -384,7 +384,7 @@ $    export AEZEED_MNEMONIC="abandon able ... ... ..."
384384$    export  AEZEED_PASSPHRASE=" -" 
385385$ chantools showrootkey
386386
387- 2020-10-29 20:22:42.329 [INF] CHAN: chantools version v0.6 .0 commit v0.6.0-3 
387+ 2020-10-29 20:22:42.329 [INF] CHAN: chantools version v0.12 .0 commit v0.12.0 
388388
389389Your BIP32 HD root key is: xprv9s21ZrQH1...
390390``` 
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const (
3131	// version is the current version of the tool. It is set during build. 
3232	// NOTE: When changing this, please also update the version in the 
3333	// download link shown in the README. 
34- 	version  =  "0.11.3 " 
34+ 	version  =  "0.12.0 " 
3535	na       =  "n/a" 
3636
3737	// lndVersion is the current version of lnd that we support. This is 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments