Skip to content

Commit d268eef

Browse files
committed
fix
1 parent 50094b1 commit d268eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massa-bootstrap/src/server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ pub fn stream_bootstrap_information(
550550
.get_versioning_batch_to_stream(&last_versioning_step, last_slot);
551551

552552
match versioning_part_res {
553-
Ok(part) => state_part = part,
553+
Ok(part) => versioning_part = part,
554554
Err(MassaDBError::CacheMissError(s)) if s.as_str() == "all our changes are strictly after last_change_id, we can't be sure we did not miss any" => {
555555
return server.send_msg(write_timeout, BootstrapServerMessage::SlotTooOld);
556556
}

0 commit comments

Comments
 (0)