mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Merge c635632955 into 157a4bd926
This commit is contained in:
commit
bb53a4b9ad
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ func main() {
|
|||
|
||||
var (
|
||||
file = flag.Arg(0)
|
||||
client = &client{api: *bzzapiFlag}
|
||||
client = &client{api: strings.TrimSuffix(*bzzapiFlag, "/")}
|
||||
mroot manifest
|
||||
)
|
||||
fi, err := os.Stat(file)
|
||||
|
|
|
|||
Loading…
Reference in a new issue