OSDN Git Service

Update download.go (#583)
authorOuter-God <39217235+Outer-God@users.noreply.github.com>
Wed, 31 Mar 2021 08:51:30 +0000 (16:51 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 08:51:30 +0000 (16:51 +0800)
Co-authored-by: Welt <L5Accelerator@users.noreply.github.com>
toolbar/osssync/download/download.go

index 4be5b30..fb7f02a 100644 (file)
@@ -9,7 +9,7 @@ import (
        "github.com/bytom/vapor/toolbar/osssync/util"
 )
 
-const LOCALDIR = "./toolbar/osssync/blocks/" // Local directory to store temp blocks files
+const LOCALDIR = "./blocks/" // Local directory to store temp blocks files
 
 // Run synchronize download from OSS to local node
 func Run(node *node.Node, ossEndpoint string) error {