Customizable ink address (#10521)

This commit is contained in:
Kevin Wang
2021-12-23 19:32:06 +08:00
committed by GitHub
parent 9c69df794f
commit 9c4d61df90
3 changed files with 60 additions and 16 deletions
+1
View File
@@ -957,6 +957,7 @@ impl pallet_contracts::Config for Runtime {
type DeletionQueueDepth = DeletionQueueDepth;
type DeletionWeightLimit = DeletionWeightLimit;
type Schedule = Schedule;
type AddressGenerator = pallet_contracts::DefaultAddressGenerator;
}
impl pallet_sudo::Config for Runtime {