This commit is contained in:
John Smith
2023-03-14 17:44:32 -04:00
parent e91044e33d
commit ce1eca606c
4 changed files with 6 additions and 20 deletions

View File

@@ -267,7 +267,7 @@ pub struct VeilidStateAttachment {
)]
#[archive_attr(repr(C), derive(CheckBytes))]
pub struct PeerTableData {
pub node_ids: TypedKeySet,
pub node_ids: Vec<String>,
pub peer_address: PeerAddress,
pub peer_stats: PeerStats,
}