Skip to content

Commit

Permalink
rusk: removed getting version before migration
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Feb 27, 2024
1 parent 591b51f commit a96e5d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rusk/src/lib/chain/vm/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ impl Migration {
let mut session =
rusk_abi::new_session(vm, current_commit, block_height)?;
let start = SystemTime::now();
Self::display_stake_contract_version(
&mut session,
"before migration",
MIGRATION_GAS_LIMIT,
);
session = session.migrate(
STAKE_CONTRACT,
NEW_STAKE_CONTRACT_BYTECODE,
Expand Down

0 comments on commit a96e5d9

Please sign in to comment.