mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
adjusted node info
This commit is contained in:
parent
65f039e423
commit
56150fda5c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class NodeService extends ChangeNotifier {
|
|||
final json = jsonDecode(response.body) as Map;
|
||||
final result = jsonDecode(json['result'] as String);
|
||||
final map = jsonDecode(result as String);
|
||||
Logging.instance.log("Rylee: $map", level: LogLevel.Info);
|
||||
Logging.instance.log(map, level: LogLevel.Info);
|
||||
|
||||
for (final coin in Coin.values) {
|
||||
final nodeList = List<Map<String, dynamic>>.from(
|
||||
|
|
Loading…
Reference in a new issue