mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 07:27:25 +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:
@@ -829,8 +829,8 @@ pub(crate) mod tests {
|
||||
assert_eq!(raw_db.count(columns::HEADER), 1 + ucht_size + ucht_size);
|
||||
assert_eq!(raw_db.count(columns::CHT), 0);
|
||||
|
||||
// insert block #{2 * cht::size() + 1} && check that new CHT is created + headers of this CHT are pruned
|
||||
// nothing is yet finalized, so nothing is pruned.
|
||||
// insert block #{2 * cht::size() + 1} && check that new CHT is created + headers of
|
||||
// this CHT are pruned nothing is yet finalized, so nothing is pruned.
|
||||
prev_hash = insert_block(&db, HashMap::new(), || {
|
||||
header_producer(&prev_hash, 1 + cht_size + cht_size)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user