File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ const ldkLabels = [
3030 'bolt11_invoices' ,
3131 'channel_opened_with_custom_keys_manager' ,
3232 'confirmed_watch_outputs' ,
33+ 'addresses' ,
3334] ;
3435const bitkitLabels = [
3536 'bitkit_settings' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @synonymdev/react-native-ldk" ,
33 "title" : " React Native LDK" ,
4- "version" : " 0.0.145 " ,
4+ "version" : " 0.0.146 " ,
55 "description" : " React Native wrapper for LDK" ,
66 "main" : " ./dist/index.js" ,
77 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -1953,7 +1953,7 @@ class LightningManager {
19531953 return await ldk . writeToFile ( {
19541954 fileName : ELdkFiles . peers ,
19551955 content : JSON . stringify ( peers ) ,
1956- remotePersist : false ,
1956+ remotePersist : true ,
19571957 } ) ;
19581958 } ;
19591959
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ export enum ELdkFiles {
489489 payments_claimed = 'payments_claimed.json' , // Written in swift/kotlin and read from JS
490490 payments_sent = 'payments_sent.json' , // Written in swift/kotlin and read from JS
491491 bolt11_invoices = 'bolt11_invoices.json' , // Saved/read from JS
492- addresses = 'addresses.json' ,
492+ addresses = 'addresses.json' , // Saved/read from JS
493493 confirmed_watch_outputs = 'confirmed_watch_outputs.json' ,
494494}
495495
You can’t perform that action at this time.
0 commit comments