diff --git a/runtime/local/src/lib.rs b/runtime/local/src/lib.rs index b1bec5ead9..49d6e0e588 100644 --- a/runtime/local/src/lib.rs +++ b/runtime/local/src/lib.rs @@ -932,7 +932,7 @@ impl pallet_contracts::Config for Runtime { type AddressGenerator = pallet_contracts::DefaultAddressGenerator; type MaxCodeLen = ConstU32<{ 123 * 1024 }>; type MaxStorageKeyLen = ConstU32<128>; - type UnsafeUnstableInterface = ConstBool; + type UnsafeUnstableInterface = ConstBool; type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>; }