These files were changed by hand to support the merge
The previous commit message was made in error, it should say v1.11.6 not v1.11.5. Fixing the commit message is causing us to have to fix confilicts and we are going to leave it alone. The project builds but doesnt load the required pluggins. More work needs to be done acrross the various projects.
This commit is contained in:
@@ -272,7 +272,8 @@ func (f *Freezer) ModifyAncients(fn func(ethdb.AncientWriteOp) error) (writeSize
|
||||
//begin PluGeth code injection
|
||||
pluginCommitUpdate(item)
|
||||
//end PluGeth code injection
|
||||
atomic.StoreUint64(&f.frozen, item)
|
||||
// atomic.StoreUint64(*f.frozen, item)
|
||||
f.frozen.Store(item)
|
||||
return writeSize, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user