replace address with host in peers view

pull/5/head
fuwa 4 years ago
parent 98a64ec56f
commit be397fc05c

@ -29,7 +29,6 @@ Map<String, dynamic> getConnectionView(Map<String, dynamic> x) {
[
'address_type',
'connection_id',
'host',
'ip',
'local_ip',
'localhost',
@ -88,7 +87,7 @@ Map<String, dynamic> getConnectionView(Map<String, dynamic> x) {
final List<String> keys =
[
'address',
'host',
'height',
'live_time',
'current_download',