Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
stabilize call_runtime (#13901)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov authored Apr 13, 2023
1 parent be58e48 commit 7f930c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frame/contracts/src/wasm/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2404,8 +2404,6 @@ pub mod env {
/// - Provide functionality **exclusively** to contracts.
/// - Provide custom weights.
/// - Avoid the need to keep the `Call` data structure stable.
#[unstable]
#[prefixed_alias]
fn call_runtime(
ctx: _,
memory: _,
Expand Down

0 comments on commit 7f930c2

Please sign in to comment.