Skip to content

Commit bd584c1

Browse files
fixup! Fixes on the batcher
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent 322df6a commit bd584c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/fabric/sdk/dig/generic/providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func NewChannelProvider(in struct {
184184
func NewEndorseTxStore(in struct {
185185
dig.In
186186
KVS *kvs.KVS
187-
Config driver.ConfigService
187+
Config vdriver.ConfigService
188188
Drivers []dbdriver.NamedDriver `group:"db-drivers"`
189189
}) (driver.EndorseTxStore, error) {
190190
driverName := driver2.PersistenceType(utils.DefaultString(in.Config.GetString("fsc.endorsetx.persistence.type"), string(mem.MemoryPersistence)))

0 commit comments

Comments
 (0)