Skip to content

Commit f8f9915

Browse files
authored
Fix typo in IFeeEstimate (#557)
1 parent f335376 commit f8f9915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpc/core/src/wasm/message.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,12 +1567,12 @@ declare! {
15671567
* to sample enough "interesting" points on the feerate-to-time curve, so that the interpolation is meaningful.
15681568
*/
15691569
1570-
normalBucket : IFeerateBucket[];
1570+
normalBuckets : IFeerateBucket[];
15711571
/**
15721572
* An array of *low* priority feerate values. The first value of this vector is guaranteed to
15731573
* exist and provide an estimation for sub-*hour* DAG inclusion.
15741574
*/
1575-
lowBucket : IFeerateBucket[];
1575+
lowBuckets : IFeerateBucket[];
15761576
}
15771577
"#,
15781578
}

0 commit comments

Comments
 (0)