mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Fix typos (#11914)
This commit is contained in:
@@ -609,7 +609,7 @@ where
|
||||
/// and user-included tip.
|
||||
///
|
||||
/// The priority is based on the amount of `tip` the user is willing to pay per unit of either
|
||||
/// `weight` or `length`, depending which one is more limitting. For `Operational` extrinsics
|
||||
/// `weight` or `length`, depending which one is more limiting. For `Operational` extrinsics
|
||||
/// we add a "virtual tip" to the calculations.
|
||||
///
|
||||
/// The formula should simply be `tip / bounded_{weight|length}`, but since we are using
|
||||
|
||||
Reference in New Issue
Block a user