minor cleanup and trigger ci build

This commit is contained in:
Matthew Fosse 2024-06-21 14:24:56 -07:00
parent f2d575dc34
commit 8169a02317

View file

@ -244,15 +244,6 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
});
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())}");
}