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

Commit

Permalink
Update primitives/runtime/src/offchain/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
  • Loading branch information
gilescope and andresilva authored Jun 21, 2021
1 parent 81460df commit 0afaf2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primitives/runtime/src/offchain/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub enum MutateStorageError<T, E> {
ValueFunctionFailed(E)
}


impl<'a> StorageValueRef<'a> {
/// Create a new reference to a value in the persistent local storage.
pub fn persistent(key: &'a [u8]) -> Self {
Expand Down

0 comments on commit 0afaf2c

Please sign in to comment.