Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit ae7ad73

Browse files
committed
Do minor cleanup to blockchain docs
1 parent a4b7f06 commit ae7ad73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

json/src/v17/blockchain.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ impl GetBestBlockHash {
4242
/// Result of JSON-RPC method `getblock` with verbosity set to 0.
4343
///
4444
/// A string that is serialized, hex-encoded data for block 'hash'.
45-
///
46-
/// Method call: `getblock "blockhash" ( verbosity )`
4745
#[derive(Clone, PartialEq, Debug, Deserialize, Serialize)]
4846
pub struct GetBlockVerbosityZero(pub String);
4947

@@ -613,7 +611,7 @@ pub struct GetBlockStats {
613611
/// Average fee in the block.
614612
#[serde(rename = "avgfee")]
615613
pub average_fee: u64,
616-
// TODO: Remember these doces will become silently stale when unit changes in a later version of Core.
614+
// TODO: Remember these docs will become silently stale when unit changes in a later version of Core.
617615
/// Average feerate (in satoshis per virtual byte).
618616
#[serde(rename = "avgfeerate")]
619617
pub average_fee_rate: u64,

0 commit comments

Comments
 (0)