Skip to content

Commit e3ebfbb

Browse files
Fix assertion message
1 parent 5fd7bb5 commit e3ebfbb

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/revive/src/migrations

1 file changed

+1
-1
lines changed

substrate/frame/revive/src/migrations/v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ impl<T: Config> Migration<T> {
250250
behaviour_version: old_code_info.behaviour_version,
251251
code_type: BytecodeType::Pvm,
252252
},
253-
"Migration failed: deposit mismatch for key {code_hash:?}",
253+
"Migration failed: CodeInfo mismatch for key {code_hash:?}",
254254
);
255255
}
256256
}

0 commit comments

Comments
 (0)