Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/tui/table.rs
Original file line number Diff line number Diff line change
@@ -1061,7 +1061,7 @@ mod test {
last_seen: Utc::now(),
sent_bytes_per_sec: 0,
received_bytes_per_sec: 0,
capabilities: Capabilities::FULL_NODE,
capabilities: Capabilities::default(),
}
}
}

0 comments on commit cbd6c33

Please sign in to comment.