Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Fix LN payment <> CJ/UTXO
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 23, 2024
1 parent 6d1ea26 commit b4204cb
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions app/coinjoin/lightning.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
const {PaymentHash, Payment, TXID, UTXO} from 'react-native-breez';
import {PaymentHash, TXID, UTXO} from 'react-native-breez';

const Payment = {
Invoice: String;
PaymentMethodChangeEvent: String;

}
const hash = {

}

const txid = {

}

const uxto = {

}
PaymentHash,
TXID,
UTXO
};

0 comments on commit b4204cb

Please sign in to comment.