Make contract callable functions marked as #[unstable] available.
Contracts that use #[unstable] functions won't be able to be uploaded unless
this is set to true. This is only meant for testnets and dev nodes in order to
experiment with new features.
Make contract callable functions marked as
#[unstable]
available.Contracts that use
#[unstable]
functions won't be able to be uploaded unless this is set totrue
. This is only meant for testnets and dev nodes in order to experiment with new features.Warning
Do not set to
true
on productions chains.