diff --git a/cyberwow/lib/controller/rpc/rpcView.dart b/cyberwow/lib/controller/rpc/rpcView.dart index 50977e1..a92d5e6 100644 --- a/cyberwow/lib/controller/rpc/rpcView.dart +++ b/cyberwow/lib/controller/rpc/rpcView.dart @@ -29,7 +29,6 @@ Map getConnectionView(Map x) { [ 'address_type', 'connection_id', - 'host', 'ip', 'local_ip', 'localhost', @@ -88,7 +87,7 @@ Map getConnectionView(Map x) { final List keys = [ - 'address', + 'host', 'height', 'live_time', 'current_download',