Commit c29bd7b 1 parent de465fb commit c29bd7b Copy full SHA for c29bd7b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ impl Inner {
1487
1487
}
1488
1488
}
1489
1489
1490
- // If the the runtime requests the trie root hash of the main trie, we must first
1490
+ // If the runtime requests the trie root hash of the main trie, we must first
1491
1491
// recalculate the trie root hash of every single child trie that has been modified
1492
1492
// since the previous trie root hash calculation.
1493
1493
// This is also done if execution is finished, in order for the diff provided as
Original file line number Diff line number Diff line change 52
52
//! identities of the other nodes of the peer-to-peer network.
53
53
//!
54
54
//! Assuming that all the network identities that exist are distributed uniformly, the k-buckets
55
- //! will hold more network identities that are close to the the local node's network identity, and
55
+ //! will hold more network identities that are close to the local node's network identity, and
56
56
//! fewer network identities that are far away. In other words, the k-buckets store the neighbors
57
57
//! of the local node, and a few far-away nodes.
58
58
//!
You can’t perform that action at this time.
0 commit comments