Skip to content

Commit

Permalink
Add special accounts migration test (#268)
Browse files Browse the repository at this point in the history
* Part 1

* Part 2

* Rename

* Better function names
  • Loading branch information
boundless-forest authored Feb 9, 2023
1 parent 9057d49 commit 0e336a2
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 155 deletions.
2 changes: 1 addition & 1 deletion tool/state-processor/src/system/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ where

if key.ends_with("000000000000") {
if let Some(s) = try_get_sub_seed(&key) {
log::info!("migrate special Account(`{s}`)");
log::info!("migrate special Account(`{s}`): {key}");

is_special_account = true;
} else if key
Expand Down
Loading

0 comments on commit 0e336a2

Please sign in to comment.