Postpone public key creation in the test GenesisStorageBuilder (#14142)

* Postpone public key creation from account id in the test genesis storage builder

* Store raw sr25519 in substrate test pallet

* Nitpick
This commit is contained in:
Davide Galassi
2023-05-15 13:56:52 +02:00
committed by GitHub
parent c830bba300
commit 0b0bef5cb1
5 changed files with 40 additions and 31 deletions
@@ -102,7 +102,7 @@ impl GenesisInit for GenesisParameters {
.with_heap_pages(self.heap_pages_override)
.with_wasm_code(&self.wasm_code)
.with_extra_storage(self.extra_storage.clone())
.build_storage()
.build()
}
}