Skip to content

Commit 9058369

Browse files
docs(probe): spell out who answers the hex chain id
1 parent 90213ea commit 9058369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/foreign-chain-health-check/src

crates/foreign-chain-health-check/src/probe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ mod tests {
249249
self.chain_id.to_string()
250250
}
251251

252-
/// The form `eth_chainId` answers.
252+
/// The `0xXXX` hex quantity an RPC provider answers to an `eth_chainId` request.
253253
fn answered(&self) -> String {
254254
format!("{:#x}", self.chain_id)
255255
}

0 commit comments

Comments
 (0)