Skip to content

Commit 8fc8deb

Browse files
authored
Enable UnsafeUnstableInterface in local-runtime (#1118)
1 parent 0cba858 commit 8fc8deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/local/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ impl pallet_contracts::Config for Runtime {
928928
type AddressGenerator = pallet_contracts::DefaultAddressGenerator;
929929
type MaxCodeLen = ConstU32<{ 123 * 1024 }>;
930930
type MaxStorageKeyLen = ConstU32<128>;
931-
type UnsafeUnstableInterface = ConstBool<false>;
931+
type UnsafeUnstableInterface = ConstBool<true>;
932932
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
933933
}
934934

0 commit comments

Comments
 (0)