Skip to content

Commit

Permalink
stabilize take_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed Dec 22, 2022
1 parent 7af88f6 commit 63293e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/env/src/engine/on_chain/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ mod sys {
output_ptr: Ptr32Mut<[u8]>,
) -> ReturnCode;

/// **WARNING**: this function is from the [unstable interface](https://github.com/paritytech/substrate/tree/master/frame/contracts#unstable-interfaces),
/// which is unsafe and normally is not available on production chains.
pub fn take_storage(
key_ptr: Ptr32<[u8]>,
key_len: u32,
Expand Down

0 comments on commit 63293e2

Please sign in to comment.