mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 09:05:41 +00:00
contracts: Don't put unstable functions in special module (#12781)
* Don't put unstable functions in special module * Apply suggestions from code review Co-authored-by: Sasha Gryaznov <hi@agryaznov.com> * cargo fmt Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
This commit is contained in:
committed by
GitHub
parent
c5ce79a439
commit
0068716b5a
@@ -87,6 +87,6 @@ runtime-benchmarks = [
|
||||
"unstable-interface",
|
||||
]
|
||||
try-runtime = ["frame-support/try-runtime"]
|
||||
# Make contract callable functions marked as __unstable__ available. Do not enable
|
||||
# Make contract callable functions marked as unstable available. Do not enable
|
||||
# on live chains as those are subject to change.
|
||||
unstable-interface = []
|
||||
|
||||
Reference in New Issue
Block a user