Skip to content

Commit

Permalink
Update api.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuschmann authored May 17, 2024
1 parent 5d2ed18 commit 8f3ef15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct BlockInfo {
pub confirmations: i32,
pub difficulty: f64,
pub hash: BlockHash,
pub fr_10th: u64,
pub feerate_percentiles: [u64; 5],
pub height: u32,
pub max_fee: u64,
pub max_fee_rate: u64,
Expand Down

0 comments on commit 8f3ef15

Please sign in to comment.