Skip to content

Commit

Permalink
containers: fix compilation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 9, 2024
1 parent 220c593 commit 30c7fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/partials.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl Batch {

pub fn set_priority(&mut self, priority: u8) {
self.main.transition.nonce = priority;
for mut info in &mut self.blanks {
for info in &mut self.blanks {
info.transition.nonce = priority;
}
}
Expand Down

0 comments on commit 30c7fae

Please sign in to comment.