Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Aug 18, 2023
1 parent 5c86b18 commit 672fddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/env/src/engine/off_chain/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ use ink_storage_traits::Storable;
/// The capacity of the static buffer.
/// This is the same size as the ink! on-chain environment. We chose to use the same size
/// to be as close to the on-chain behavior as possible.
/// The value is copied from the injected constant from the build script.
const BUFFER_SIZE: usize = crate::BUFFER_SIZE;

impl CryptoHash for Blake2x128 {
Expand Down

0 comments on commit 672fddf

Please sign in to comment.