diff --git a/pkg/types.go b/pkg/types.go index 6bcea0c..fb46a7e 100644 --- a/pkg/types.go +++ b/pkg/types.go @@ -41,7 +41,7 @@ type Params struct { IncludeTD bool WatchedAddresses []common.Address WatchedStorageSlots []common.Hash - Workers uint + Workers uint } // Args bundles the arguments for the state diff builder