Skip to content

Commit

Permalink
BlockchainInfo verificationprogress u64 -> f64
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 30, 2024
1 parent ef716fe commit 2e948d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct BlockchainInfo {
bestblockhash: String,
difficulty: f64,
mediantime: u64,
verificationprogress: u64,
verificationprogress: f64,
initialblockdownload: bool,
chainwork: String,
#[serde(rename = "size_on_disk")]
Expand Down

0 comments on commit 2e948d7

Please sign in to comment.