Skip to content

Commit

Permalink
cli: upload dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniFrenchBread committed Nov 8, 2024
1 parent 625b72f commit a085283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/upload_dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func uploadDir(*cobra.Command, []string) {
logrus.WithError(err).Fatal("Failed to initialize uploader")
}
defer closer()
uploader.WithRoutines(uploadArgs.routines)

txnHash, rootHash, err := uploader.UploadDir(ctx, uploadDirArgs.file, opt)
if err != nil {
Expand Down

0 comments on commit a085283

Please sign in to comment.