Skip to content

Commit

Permalink
Enable UnsafeUnstableInterface in local-runtime (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo authored Jan 5, 2024
1 parent 0cba858 commit 8fc8deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/local/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ impl pallet_contracts::Config for Runtime {
type AddressGenerator = pallet_contracts::DefaultAddressGenerator;
type MaxCodeLen = ConstU32<{ 123 * 1024 }>;
type MaxStorageKeyLen = ConstU32<128>;
type UnsafeUnstableInterface = ConstBool<false>;
type UnsafeUnstableInterface = ConstBool<true>;
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
}

Expand Down

0 comments on commit 8fc8deb

Please sign in to comment.