File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ class Ldk: NSObject {
853
853
channelManagerPersister. persistPaymentSent ( [
854
854
" bolt11_invoice " : String ( paymentRequest) ,
855
855
" description " : invoice. intoSignedRaw ( ) . rawInvoice ( ) . description ( ) ? . intoInner ( ) . getA ( ) ?? " " ,
856
- " payment_id " : paymentId,
856
+ " payment_id " : Data ( paymentId) . hexEncodedString ( ) ,
857
857
" payment_hash " : Data ( invoice. paymentHash ( ) ?? [ ] ) . hexEncodedString ( ) ,
858
858
" amount_sat " : isZeroValueInvoice ? amountSats : ( invoice. amountMilliSatoshis ( ) ?? 0 ) / 1000 ,
859
859
" unix_timestamp " : Int ( Date ( ) . timeIntervalSince1970) ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @synonymdev/react-native-ldk" ,
3
3
"title" : " React Native LDK" ,
4
- "version" : " 0.0.134 " ,
4
+ "version" : " 0.0.136 " ,
5
5
"description" : " React Native wrapper for LDK" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments