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

@@ -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>";