diff --git a/lib/services/node_service.dart b/lib/services/node_service.dart index be30b40bb..06c8c40ea 100644 --- a/lib/services/node_service.dart +++ b/lib/services/node_service.dart @@ -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>.from(