Skip to content

Commit

Permalink
rusk: remove duplicated migration
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Mar 12, 2024
1 parent 9b4b46d commit d2a7157
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rusk/src/lib/chain/rusk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,6 @@ impl Rusk {
}
}

let r = Migration::migrate(
self.migration_height,
session,
block_height,
provisioners,
);
if r.is_err() {
info!("MIGRATION RESULT={:?}", r);
}
let session = r.expect("migration should succeed");

self.set_current_commit(session.commit()?);

Ok((spent_txs, verification_output))
Expand Down

0 comments on commit d2a7157

Please sign in to comment.