mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-15 17:24:36 +00:00
Merge pull request #17651 from ethersphere/wet-run-bug
cmd/swarm: password threw on upload manifest
This commit is contained in:
commit
b06ff563a1
@ -62,7 +62,6 @@ func accessNewPass(ctx *cli.Context) {
|
|||||||
utils.Fatalf("had an error printing the manifests: %v", err)
|
utils.Fatalf("had an error printing the manifests: %v", err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
utils.Fatalf("uploading manifests")
|
|
||||||
err = uploadManifests(ctx, m, nil)
|
err = uploadManifests(ctx, m, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
utils.Fatalf("had an error uploading the manifests: %v", err)
|
utils.Fatalf("had an error uploading the manifests: %v", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user