-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor/recoverbull #507
base: backup-rebased
Are you sure you want to change the base?
Refactor/recoverbull #507
Conversation
…n async operations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/_pkg/consts/configs.dart
Outdated
@@ -34,4 +34,5 @@ const liquidTestnetAssetId = lwk.lTestAssetId; | |||
final keyServerUrl = dotenv.env['KEY_SERVER'] ?? 'http://localhost:3000'; | |||
final keyServerPublicKey = dotenv.env['KEY_SERVER_PUBLIC_KEY'] ?? | |||
'6a04ab98d9e4774ad806e302dddeb63bea16b5cb5f223ee77478e861bb583eb3'; | |||
final onionUrl = dotenv.env['ONION_ENDPOINT'] ?? 'http://localhost:80'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary we will use KEY_SERVER
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StaxoLotl line 34…
…ate management for backup operations
No description provided.