remove now unused fields from builder config struct

This commit is contained in:
i-norden 2023-02-16 15:52:21 -06:00
parent 6daab10ca4
commit d81184b548

View File

@ -46,8 +46,6 @@ type Config struct {
// Params contains config parameters for the state diff builder
type Params struct {
IntermediateStateNodes bool
IntermediateStorageNodes bool
IncludeBlock bool
IncludeReceipts bool
IncludeTD bool