mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
fix breaking changes from update
This commit is contained in:
parent
3afe71e2b4
commit
5e129ec6d2
1 changed files with 3 additions and 5 deletions
|
@ -186,12 +186,10 @@ abstract class LightningWalletBase extends ElectrumWallet with Store {
|
|||
// sdk.logStream.listen((LogEntry event) {
|
||||
// print("Breez log: ${event.line}");
|
||||
// });
|
||||
|
||||
Uint8List deviceKey = base64.decode(secrets.greenlightKey);
|
||||
Uint8List deviceCert = base64.decode(secrets.greenlightCert);
|
||||
|
||||
GreenlightCredentials greenlightCredentials = GreenlightCredentials(
|
||||
deviceKey: deviceKey,
|
||||
deviceCert: deviceCert,
|
||||
developerKey: base64.decode(secrets.greenlightKey),
|
||||
developerCert: base64.decode(secrets.greenlightCert),
|
||||
);
|
||||
|
||||
NodeConfig breezNodeConfig = NodeConfig.greenlight(
|
||||
|
|
Loading…
Reference in a new issue