Skip to content

Commit

Permalink
fix: revert iroha github link checking
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Jan 18, 2025
1 parent 687519a commit a4a0d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/iroha_core/src/smartcontracts/wasm/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{

/// Executor related things (linker initialization, module instantiation, memory free)
/// takes significant amount of time in case of single peer transactions handling.
/// (https://github.com/hyperledger/iroha/issues/3716#issuecomment-2348417005).
/// (https://github.com/hyperledger-iroha/iroha/issues/3716#issuecomment-2348417005).
/// So this cache is used to share `Store` and `Instance` for different transaction validation.
#[derive(Default)]
pub struct WasmCache<'world, 'block, 'state> {
Expand Down
3 changes: 1 addition & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ exclude_path = [
exclude = [
"^http[s]?://127.0.0.1",
"^http[s]?://localhost",
"^http[s]?://iroha",
"^https://github.com/hyperledger-iroha/iroha"
"^http[s]?://iroha"
]

0 comments on commit a4a0d13

Please sign in to comment.