Skip to content

Commit

Permalink
This might work?
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Jan 23, 2025
1 parent 6bb469c commit cc73656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/penumbra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl RegenerationPlan {

Self {
steps: vec![
/*
(
0,
InitThenRunTo {
Expand All @@ -224,8 +225,9 @@ impl RegenerationPlan {
last_block: Some(2611799),
},
),
*/
(
2611799,
0,
Migrate {
from: V0o80,
to: V0o81,
Expand Down

0 comments on commit cc73656

Please sign in to comment.