Skip to content

Commit

Permalink
fix cargo doc error (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
zTgx authored May 15, 2022
1 parent e1f4a90 commit 8d8d478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pub trait Handler {
/// (or set in `accessed_addresses` / `accessed_storage_keys` via an access list
/// transaction).
/// References:
/// * https://eips.ethereum.org/EIPS/eip-2929
/// * https://eips.ethereum.org/EIPS/eip-2930
/// * <https://eips.ethereum.org/EIPS/eip-2929>
/// * <https://eips.ethereum.org/EIPS/eip-2930>
fn is_cold(&self, address: H160, index: Option<H256>) -> bool;

/// Set storage value of address at index.
Expand Down

0 comments on commit 8d8d478

Please sign in to comment.