We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f335376 commit f8f9915Copy full SHA for f8f9915
rpc/core/src/wasm/message.rs
@@ -1567,12 +1567,12 @@ declare! {
1567
* to sample enough "interesting" points on the feerate-to-time curve, so that the interpolation is meaningful.
1568
*/
1569
1570
- normalBucket : IFeerateBucket[];
+ normalBuckets : IFeerateBucket[];
1571
/**
1572
* An array of *low* priority feerate values. The first value of this vector is guaranteed to
1573
* exist and provide an estimation for sub-*hour* DAG inclusion.
1574
1575
- lowBucket : IFeerateBucket[];
+ lowBuckets : IFeerateBucket[];
1576
}
1577
"#,
1578
0 commit comments