Seen addresses store port (#1841)

## Issue Addressed
#1764
This commit is contained in:
divma
2020-11-09 04:01:03 +00:00
parent 63fe5542e7
commit b0e9e3dcef
6 changed files with 96 additions and 80 deletions

View File

@@ -475,7 +475,7 @@ pub struct BeaconCommitteeSubscription {
pub struct PeerData {
pub peer_id: String,
pub enr: Option<String>,
pub last_seen_p2p_address: String,
pub address: String,
pub state: PeerState,
pub direction: PeerDirection,
}