Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 10, 2022
1 parent 7ab2e72 commit 64bc9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/streaming/file/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type StreamingService struct {
func NewStreamingService(
writeDir, filePrefix string,
storeKeys []types.StoreKey,
cdc codec.Codec,
cdc codec.BinaryCodec,
logger log.Logger,
outputMetadata, stopNodeOnErr, fsync bool,
) (*StreamingService, error) {
Expand Down

0 comments on commit 64bc9ef

Please sign in to comment.