We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322df6a commit bd584c1Copy full SHA for bd584c1
platform/fabric/sdk/dig/generic/providers.go
@@ -184,7 +184,7 @@ func NewChannelProvider(in struct {
184
func NewEndorseTxStore(in struct {
185
dig.In
186
KVS *kvs.KVS
187
- Config driver.ConfigService
+ Config vdriver.ConfigService
188
Drivers []dbdriver.NamedDriver `group:"db-drivers"`
189
}) (driver.EndorseTxStore, error) {
190
driverName := driver2.PersistenceType(utils.DefaultString(in.Config.GetString("fsc.endorsetx.persistence.type"), string(mem.MemoryPersistence)))
0 commit comments