Skip to content

Commit b6003be

Browse files
committed
primitives - Config - remove unnecessary identity
1 parent 0554222 commit b6003be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

primitives/src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ lazy_static! {
1717
#[derive(Serialize, Deserialize, Debug, Clone)]
1818
#[serde(rename_all(serialize = "SCREAMING_SNAKE_CASE"))]
1919
pub struct Config {
20-
pub identity: Option<String>, // should not be here maybe?
2120
pub max_channels: u32,
2221
pub wait_time: u32,
2322
pub aggr_throttle: u32,

0 commit comments

Comments
 (0)