Fix peer_container.split
This commit is contained in:
parent
cac2e8e751
commit
7d2f92e2d2
1 changed files with 2 additions and 1 deletions
|
@ -3324,7 +3324,8 @@ last_bootstrap_attempt (std::chrono::steady_clock::time_point ()),
|
|||
last_rep_request (std::chrono::steady_clock::time_point ()),
|
||||
last_rep_response (std::chrono::steady_clock::time_point ()),
|
||||
rep_weight (0),
|
||||
node_id ()
|
||||
node_id (),
|
||||
network_version (rai::protocol_version)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue