docs(core): complete unfinished sentence in block comment

fixes #961
This commit is contained in:
Georgios Konstantopoulos 2022-02-28 11:44:11 +02:00
parent a6999f377e
commit e0f5fe5325
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ use serde::{ser::SerializeStruct, Deserialize, Deserializer, Serialize, Serializ
use std::str::FromStr;
/// The block type returned from RPC calls.
/// This is generic over a `TX` type which will be either the hash or the
/// This is generic over a `TX` type which will be either the hash or the full transaction,
/// i.e. `Block<TxHash>` or Block<Transaction>`.
#[derive(Debug, Default, Clone, PartialEq, Deserialize, Serialize)]
pub struct Block<TX> {
/// Hash of the block