Skip to content

Commit dd27d88

Browse files
Update nodeCredentials API
1 parent 4bef85d commit dd27d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sdk-flutter/lib/breez_sdk.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class BreezSDK {
103103
}
104104

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

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

0 commit comments

Comments
 (0)