mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: correct the comments (#14339)
This commit is contained in:
@ -34,7 +34,7 @@ pub fn get_or_create_jwt_secret_from_path(path: &Path) -> Result<JwtSecret, JwtE
|
||||
}
|
||||
}
|
||||
|
||||
/// Get a single header from network
|
||||
/// Get a single header from the network
|
||||
pub async fn get_single_header<Client>(
|
||||
client: Client,
|
||||
id: BlockHashOrNumber,
|
||||
@ -68,7 +68,7 @@ where
|
||||
Ok(header)
|
||||
}
|
||||
|
||||
/// Get a body from network based on header
|
||||
/// Get a body from the network based on header
|
||||
pub async fn get_single_body<B, Client>(
|
||||
client: Client,
|
||||
header: SealedHeader<B::Header>,
|
||||
|
||||
Reference in New Issue
Block a user