mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -117,8 +117,8 @@ type BalanceOf<T> = <<T as Config>::OnChargeTransaction as OnChargeTransaction<T
|
||||
/// - in a fully congested chain: `p >= v * k * (1 - s')`.
|
||||
/// - in an empty chain: `p >= v * k * (-s')`.
|
||||
///
|
||||
/// For example, when all blocks are full and there are 28800 blocks per day (default in `substrate-node`)
|
||||
/// and v == 0.00001, s' == 0.1875, we'd have:
|
||||
/// For example, when all blocks are full and there are 28800 blocks per day (default in
|
||||
/// `substrate-node`) and v == 0.00001, s' == 0.1875, we'd have:
|
||||
///
|
||||
/// p >= 0.00001 * 28800 * 0.8125
|
||||
/// p >= 0.234
|
||||
|
||||
Reference in New Issue
Block a user