Skip to content

Commit

Permalink
stabilize take_storage (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov authored and HCastano committed Jan 23, 2023
1 parent 82ccbd0 commit b86ac4e
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 b86ac4e

Please sign in to comment.