@@ -105,40 +105,40 @@ Se você gostaria de fazer a sua própria tradução, por favor veja [Contribuin
105105
106106** Estado:** Finalizado.
107107
108- * [ 15 .0: Conversando com o Bitcoind com C] ( 15_0_Talking_to_Bitcoind.md )
109- * [ 15 .1: Acessando o Bitcoind em C com Livrarias RPC] ( 15_1_Accessing_Bitcoind_with_C.md )
110- * [ 15 .2: Programando o Bitcoind em C com Livrarias RPC] ( 15_2_Programming_Bitcoind_with_C.md )
111- * [ 15 .3: Recebendo Notificações em C com Livrarias ZMQ] ( 15_3_Receiving_Bitcoind_Notifications_with_C.md )
112- * [ 16 .0: Programando Bitcoin com Libwally] ( 16_0_Programming_with_Libwally.md )
113- * [ 16 .1: Configurando a Libwally] ( 16_1_Setting_Up_Libwally.md )
114- * [ 16 .2: Usando BIP39 na Libwally] ( 16_2_Using_BIP39_in_Libwally.md )
115- * [ 16 .3: Usando BIP32 na Libwally] ( 16_3_Using_BIP32_in_Libwally.md )
116- * [ 16 .4: Usando PSBTs na Libwally] ( 16_4_Using_PSBTs_in_Libwally.md )
117- * [ 16 .5: Usando Scripts na Libwally] ( 16_5_Using_Scripts_in_Libwally.md )
118- * [ 16 .6: Usando Outras Funções na Libwally] ( 16_6_Using_Other_Functions_in_Libwally.md )
119- * [ 16 .7: Integrando Libwally e Bitcoin-CLI] ( 16_7_Integrating_Libwally_and_Bitcoin-CLI.md )
120- * [ 17 .0: Conversando com o Bitcoind com Outras Linguagens] ( 17_0_Talking_to_Bitcoind_Other.md )
121- * [ 17 .1: Acessando o Bitcoind com Go] ( 17_1_Accessing_Bitcoind_with_Go.md )
122- * [ 17 .2: Acessando o Bitcoind com Java] ( 17_2_Accessing_Bitcoind_with_Java.md )
123- * [ 17 .3: Acessando o Bitcoind com Node JS] ( 17_3_Accessing_Bitcoind_with_NodeJS.md )
124- * [ 17 .4: Acessando o Bitcoind com Python] ( 17_4_Accessing_Bitcoind_with_Python.md )
125- * [ 17 .5: Acessando o Bitcoind com Rust] ( 17_5_Accessing_Bitcoind_with_Rust.md )
126- * [ 17 .6: Acessando o Bitcoind com Swift] ( 17_6_Accessing_Bitcoind_with_Swift.md )
108+ * [ 16 .0: Conversando com o Bitcoind com C] ( 15_0_Talking_to_Bitcoind.md )
109+ * [ 16 .1: Acessando o Bitcoind em C com Livrarias RPC] ( 15_1_Accessing_Bitcoind_with_C.md )
110+ * [ 16 .2: Programando o Bitcoind em C com Livrarias RPC] ( 15_2_Programming_Bitcoind_with_C.md )
111+ * [ 16 .3: Recebendo Notificações em C com Livrarias ZMQ] ( 15_3_Receiving_Bitcoind_Notifications_with_C.md )
112+ * [ 17 .0: Programando Bitcoin com Libwally] ( 16_0_Programming_with_Libwally.md )
113+ * [ 17 .1: Configurando a Libwally] ( 16_1_Setting_Up_Libwally.md )
114+ * [ 17 .2: Usando BIP39 na Libwally] ( 16_2_Using_BIP39_in_Libwally.md )
115+ * [ 17 .3: Usando BIP32 na Libwally] ( 16_3_Using_BIP32_in_Libwally.md )
116+ * [ 17 .4: Usando PSBTs na Libwally] ( 16_4_Using_PSBTs_in_Libwally.md )
117+ * [ 17 .5: Usando Scripts na Libwally] ( 16_5_Using_Scripts_in_Libwally.md )
118+ * [ 17 .6: Usando Outras Funções na Libwally] ( 16_6_Using_Other_Functions_in_Libwally.md )
119+ * [ 17 .7: Integrando Libwally e Bitcoin-CLI] ( 16_7_Integrating_Libwally_and_Bitcoin-CLI.md )
120+ * [ 18 .0: Conversando com o Bitcoind com Outras Linguagens] ( 17_0_Talking_to_Bitcoind_Other.md )
121+ * [ 18 .1: Acessando o Bitcoind com Go] ( 17_1_Accessing_Bitcoind_with_Go.md )
122+ * [ 18 .2: Acessando o Bitcoind com Java] ( 17_2_Accessing_Bitcoind_with_Java.md )
123+ * [ 18 .3: Acessando o Bitcoind com Node JS] ( 17_3_Accessing_Bitcoind_with_NodeJS.md )
124+ * [ 18 .4: Acessando o Bitcoind com Python] ( 17_4_Accessing_Bitcoind_with_Python.md )
125+ * [ 18 .5: Acessando o Bitcoind com Rust] ( 17_5_Accessing_Bitcoind_with_Rust.md )
126+ * [ 18 .6: Acessando o Bitcoind com Swift] ( 17_6_Accessing_Bitcoind_with_Swift.md )
127127
128128### PARTE SEIS: USANDO LIGHTNING-CLI
129129
130130** Estado:** Finalizado.
131131
132- * [ 18 .0: Compreendendo Sua Configuração Lightning] ( 18_0_Understanding_Your_Lightning_Setup.md )
133- * [ 18 .1: Verificando Sua Configuração c-lightning] ( 18_1_Verifying_Your_Lightning_Setup.md )
134- * [ 18 .2: Conhecendo Sua Configuração c-lightning] ( 18_2_Knowing_Your_lightning_Setup.md )
132+ * [ 19 .0: Compreendendo Sua Configuração Lightning] ( 18_0_Understanding_Your_Lightning_Setup.md )
133+ * [ 19 .1: Verificando Sua Configuração c-lightning] ( 18_1_Verifying_Your_Lightning_Setup.md )
134+ * [ 19 .2: Conhecendo Sua Configuração c-lightning] ( 18_2_Knowing_Your_lightning_Setup.md )
135135 * [ Prefácio: Acessando um Segundo Node Lightning] ( 18_2__Interlude_Accessing_a_Second_Lightning_Node.md )
136- * [ 18 .3: Criando um Canal Lightning] ( 18_3_Setting_Up_a_Channel.md )
137- * [ 19 .0: Usando Lightning] ( 19_0_Using_Lightning.md )
138- * [ 19 .1: Gerando um Pedido de Pagamento] ( 19_1_Generate_a_Payment_Request.md )
139- * [ 19 .2: Pagando uma Fatura] ( 19_2_Paying_a_Invoice.md )
140- * [ 19 .3: Fechando um Canal Lighnting] ( (19_3_Closing_a_Channel.md) )
141- * [ 19 .4: Expandindo a Rede Lightning] ( 19_4_Lightning_Network_Review.md )
136+ * [ 19 .3: Criando um Canal Lightning] ( 18_3_Setting_Up_a_Channel.md )
137+ * [ 20 .0: Usando Lightning] ( 19_0_Using_Lightning.md )
138+ * [ 20 .1: Gerando um Pedido de Pagamento] ( 19_1_Generate_a_Payment_Request.md )
139+ * [ 20 .2: Pagando uma Fatura] ( 19_2_Paying_a_Invoice.md )
140+ * [ 20 .3: Fechando um Canal Lighnting] ( (19_3_Closing_a_Channel.md) )
141+ * [ 20 .4: Expandindo a Rede Lightning] ( 19_4_Lightning_Network_Review.md )
142142
143143### APÊNDICES
144144
0 commit comments