Skip to content

Commit

Permalink
Fix typo in IFeeEstimate (kaspanet#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptok777 authored Sep 12, 2024
1 parent f335376 commit f8f9915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/core/src/wasm/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,12 +1567,12 @@ declare! {
* to sample enough "interesting" points on the feerate-to-time curve, so that the interpolation is meaningful.
*/
normalBucket : IFeerateBucket[];
normalBuckets : IFeerateBucket[];
/**
* An array of *low* priority feerate values. The first value of this vector is guaranteed to
* exist and provide an estimation for sub-*hour* DAG inclusion.
*/
lowBucket : IFeerateBucket[];
lowBuckets : IFeerateBucket[];
}
"#,
}
Expand Down

0 comments on commit f8f9915

Please sign in to comment.