Roy Crihfield
eb56eee54e
- removes StateTrieAt, we can no longer return a full trie without inner nodes
10 lines
213 B
Go
10 lines
213 B
Go
package statediff
|
|
|
|
// ServiceConfig holds config params for the statediffing service
|
|
type ServiceConfig struct {
|
|
ServiceWorkers uint
|
|
TrieWorkers uint
|
|
WorkerQueueSize uint
|
|
PreRuns []RangeRequest
|
|
}
|