Correct indentation issues

This commit is contained in:
Erdem Yerebasmaz
2023-11-07 14:11:26 +03:00
committed by Erdem Yerebasmaz
parent 1aa91aab17
commit baa365e926
6 changed files with 10 additions and 11 deletions

View File

@@ -12,6 +12,6 @@ Future<void> getLspInfo() async {
Future<void> connectLsp(String lspId) async {
// ANCHOR: connect-lsp
return await BreezSDK().connectLSP(lspId);
await BreezSDK().connectLSP(lspId);
// ANCHOR_END: connect-lsp
}

View File

@@ -9,7 +9,7 @@ Future<void> initializeSDK() async {
// Initialize SDK logs listener
BreezSDK().initialize();
// Create the default config
// Create the default config
Uint8List seed = await BreezSDK().mnemonicToSeed("<mnemonic words>");
String inviteCode = "<invite code>";
String apiKey = "<api key>";