Skip to content

Commit

Permalink
fix rustdoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 15, 2025
1 parent e07f355 commit b964051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/src/evm/api/debug_rpc_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub struct CallLog {
#[serde(default, skip_serializing_if = "Vec::is_empty")]
pub topics: Vec<H256>,
/// Position of the log relative to subcalls within the same trace
/// See https://github.com/ethereum/go-ethereum/pull/28389 for details
/// See <https://github.com/ethereum/go-ethereum/pull/28389> for details
#[serde(with = "super::hex_serde")]
pub position: u32,
}
Expand Down

0 comments on commit b964051

Please sign in to comment.