mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +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:
@@ -138,7 +138,8 @@ impl core::Benchmark for ImportBenchmark {
|
||||
// should be 5 per signed extrinsic + 1 per unsigned
|
||||
// we have 1 unsigned and the rest are signed in the block
|
||||
// those 5 events per signed are:
|
||||
// - new account (RawEvent::NewAccount) as we always transfer fund to non-existant account
|
||||
// - new account (RawEvent::NewAccount) as we always transfer fund to
|
||||
// non-existant account
|
||||
// - endowed (RawEvent::Endowed) for this new account
|
||||
// - successful transfer (RawEvent::Transfer) for this transfer operation
|
||||
// - deposit event for charging transaction fee
|
||||
|
||||
Reference in New Issue
Block a user