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

Commit 1b85451

Browse files
committed
Do minor cleanup to blockchain docs
1 parent af6db57 commit 1b85451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

json/src/v17/blockchain.rs

Lines changed: 0 additions & 2 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

0 commit comments

Comments
 (0)