mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
declone and close the door (#12035)
* declone and close the door * cargo fmt * remove brackets
This commit is contained in:
@@ -1253,7 +1253,7 @@ mod mock {
|
||||
|
||||
weight_sum += StateTrieMigration::on_initialize(System::block_number());
|
||||
|
||||
root = System::finalize().state_root().clone();
|
||||
root = *System::finalize().state_root();
|
||||
System::on_finalize(System::block_number());
|
||||
}
|
||||
(root, weight_sum)
|
||||
|
||||
Reference in New Issue
Block a user