mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
fix, no more FULL_NODE (#3504)
This commit is contained in:
parent
fd5dfaaec4
commit
cbd6c3350d
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue