mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
minor cleanup and trigger ci build
This commit is contained in:
parent
f2d575dc34
commit
8169a02317
1 changed files with 0 additions and 9 deletions
|
@ -244,15 +244,6 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
|
||||||
});
|
});
|
||||||
await _handlePayments(await sdk.listPayments(req: ListPaymentsRequest()));
|
await _handlePayments(await sdk.listPayments(req: ListPaymentsRequest()));
|
||||||
|
|
||||||
// TODO: get actual nds service url:
|
|
||||||
// if (Platform.isAndroid || Platform.isIOS) {
|
|
||||||
// String platform = Platform.isAndroid ? "android" : "ios";
|
|
||||||
// String token = "TODO";
|
|
||||||
// await sdk.registerWebhook(
|
|
||||||
// webhookUrl: "https://your-nds-service.com/notify?platform=$platform&token=$token",
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
|
|
||||||
print("initialized breez: ${(await sdk.isInitialized())}");
|
print("initialized breez: ${(await sdk.isInitialized())}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue