Skip to content

Commit

Permalink
Update nodeCredentials API
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Jun 24, 2024
1 parent 4bef85d commit dd27d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-flutter/lib/breez_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class BreezSDK {
}

/// Retrieve the decrypted credentials from the node.
Future<NodeCredentials?> nodeCredentials() async => await _lnToolkit.nodeCredentials();
Future<NodeCredentials?> nodeCredentials() async => await binding.nodeCredentials();

/// Check whether node service is initialized or not
Future<bool> isInitialized() async => await binding.isInitialized();
Expand Down

0 comments on commit dd27d88

Please sign in to comment.