Skip to content

Commit

Permalink
fixup! Fixes on the batcher
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Filios <[email protected]>
  • Loading branch information
alexandrosfilios committed Jan 22, 2025
1 parent 322df6a commit bd584c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/fabric/sdk/dig/generic/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func NewChannelProvider(in struct {
func NewEndorseTxStore(in struct {
dig.In
KVS *kvs.KVS
Config driver.ConfigService
Config vdriver.ConfigService
Drivers []dbdriver.NamedDriver `group:"db-drivers"`
}) (driver.EndorseTxStore, error) {
driverName := driver2.PersistenceType(utils.DefaultString(in.Config.GetString("fsc.endorsetx.persistence.type"), string(mem.MemoryPersistence)))
Expand Down

0 comments on commit bd584c1

Please sign in to comment.