Skip to content

Commit de4ed61

Browse files
author
22388o
committed
Add Greenlight
1 parent ea4b238 commit de4ed61

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/app/bitcoin/DNS.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ const Bip353 = {
1818
}
1919
}
2020

21+
const AesSuccessActionDataResult = {
22+
getAesSuccessActionDataResult: async (data) => {
23+
return await AesSuccessActionDataResult.getAesSuccessActionDataResult(data);
24+
}
25+
}
2126
export default Bip353;

src/app/lightning/send.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
} from '@breeztech/react-native-breez-sdk';
1212

1313
import { LnOffer, Bolt11, Bolt12Offer } from '@breeztech/react-native-breez-sdk-liquid';
14+
15+
import { GreenlightNodeConfig } from '@breeztech/react-native-breez-sdk';
1416
export interface SendState {
1517
payment: Payment | null;
1618
backupStatus: BackupStatus | null;

0 commit comments

Comments
 (0)