From e3ebfbb302c6a8f4ddef6c069cfd4593de02383b Mon Sep 17 00:00:00 2001 From: zyc <18611145971@163.com> Date: Wed, 28 Jan 2026 20:05:49 +0800 Subject: [PATCH] Fix assertion message --- substrate/frame/revive/src/migrations/v2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/revive/src/migrations/v2.rs b/substrate/frame/revive/src/migrations/v2.rs index 687adf6a5fd9a..ac34b84f83efd 100644 --- a/substrate/frame/revive/src/migrations/v2.rs +++ b/substrate/frame/revive/src/migrations/v2.rs @@ -250,7 +250,7 @@ impl Migration { behaviour_version: old_code_info.behaviour_version, code_type: BytecodeType::Pvm, }, - "Migration failed: deposit mismatch for key {code_hash:?}", + "Migration failed: CodeInfo mismatch for key {code_hash:?}", ); } }