Skip to content

Commit

Permalink
fix, no more FULL_NODE (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp authored Nov 25, 2020
1 parent fd5dfaa commit cbd6c33
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
Expand Up @@ -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(),
}
}
}
Expand Down

0 comments on commit cbd6c33

Please sign in to comment.