We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433f091 commit c36f8feCopy full SHA for c36f8fe
trie/database.go
@@ -794,8 +794,8 @@ type cleaner struct {
794
// Put reacts to database writes and implements dirty data uncaching. This is the
795
// post-processing step of a commit operation where the already persisted trie is
796
// removed from the dirty cache and moved into the clean cache. The reason behind
797
-// the two-phase commit is to ensure ensure data availability while moving from
798
-// memory to disk.
+// the two-phase commit is to ensure data availability while moving from memory
+// to disk.
799
func (c *cleaner) Put(key []byte, rlp []byte) error {
800
hash := common.BytesToHash(key)
801
0 commit comments