Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
willser committed Mar 28, 2022
1 parent 0623907 commit b3bf653
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions crates/env/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,6 @@ where
/// would revert the changes made by `seal_set_code_hash` and the next caller would use
/// the old code.
///
/// # Parameters
///
/// - code_hash:New code hash.
///
/// # Errors
///
/// `ReturnCode::CodeNotFound`
Expand Down
3 changes: 0 additions & 3 deletions crates/env/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@ pub trait EnvBackend {

/// Replace the contract code at the specified address with new code.
///
/// # Parameters
///
/// - code_hash:New code hash.
/// # Errors
///
/// - If code not found.
Expand Down

0 comments on commit b3bf653

Please sign in to comment.