forked from cerc-io/plugeth
all: remove the Rinkeby testnet (#27406)
This commit is contained in:
@@ -266,7 +266,7 @@ func (p *Pruner) Prune(root common.Hash) error {
|
||||
// is the presence of root can indicate the presence of the
|
||||
// entire trie.
|
||||
if !rawdb.HasLegacyTrieNode(p.db, root) {
|
||||
// The special case is for clique based networks(rinkeby, goerli
|
||||
// The special case is for clique based networks(goerli
|
||||
// and some other private networks), it's possible that two
|
||||
// consecutive blocks will have same root. In this case snapshot
|
||||
// difflayer won't be created. So HEAD-127 may not paired with
|
||||
|
||||
Reference in New Issue
Block a user