Skip to content

Commit

Permalink
Fix lightning payments
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Apr 11, 2024
1 parent 198edb1 commit 1cd0158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/coinjoin/lightning.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {PaymentHash, TXID, UTXO} from 'react-native-breez';
import {Payment, TXID, UTXO} from 'react-native-breez';

const Payment = {
PaymentHash,
Payment,
TXID,
UTXO
};

0 comments on commit 1cd0158

Please sign in to comment.