mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 20:41:02 +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:
@@ -114,7 +114,8 @@ where
|
||||
Endow::CollectRent => {
|
||||
// storage_size cannot be zero because otherwise a contract that is just above
|
||||
// the subsistence threshold does not pay rent given a large enough subsistence
|
||||
// threshold. But we need rent payments to occur in order to benchmark for worst cases.
|
||||
// threshold. But we need rent payments to occur in order to benchmark for worst
|
||||
// cases.
|
||||
let storage_size = u32::MAX / 10;
|
||||
|
||||
// Endowment should be large but not as large to inhibit rent payments.
|
||||
|
||||
Reference in New Issue
Block a user