You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside become_pre_candidate function in the file /crates/curp/src/server/raw_curp/mod.rs, this line of code initializing votes_received appears twice, but I can't think of an obvious reason. Could this be a mistake?
The first is line 1658
Inside
become_pre_candidate
function in the file/crates/curp/src/server/raw_curp/mod.rs
, this line of code initializingvotes_received
appears twice, but I can't think of an obvious reason. Could this be a mistake?The first is line 1658
Xline/crates/curp/src/server/raw_curp/mod.rs
Line 1658 in 71479a4
The second is line 1671
Xline/crates/curp/src/server/raw_curp/mod.rs
Line 1671 in 71479a4
There doesn't seem to be any code between these two lines that makes reinitializing
votes_received
necessary.The text was updated successfully, but these errors were encountered: