mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Swarm: need tools to update/manipulate manifests #3498
Swarm: need tools to update/manipulate manifests #3498
This commit is contained in:
parent
27ad2e5996
commit
b4e9ea86a4
1 changed files with 4 additions and 4 deletions
|
|
@ -96,10 +96,10 @@ func updateManifest(ctx *cli.Context, mhash , subcmd, path, hash string) {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//mroot, err := client.downloadManifest(mhash)
|
mroot, err := client.downloadManifest(mhash)
|
||||||
//if err != nil {
|
if err != nil {
|
||||||
// log.Fatalln("manifest download failed:", err)
|
log.Fatalln("manifest download failed:", err)
|
||||||
//}
|
}
|
||||||
|
|
||||||
switch subcmd {
|
switch subcmd {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue