cmd/swarm/global-store: global store cmd (#19014)

(cherry picked from commit 33d0a0efa6)
This commit is contained in:
Janoš Guljaš
2019-02-07 15:46:58 +01:00
committed by Rafael Matias
parent dcff622d43
commit 85217b08bd
8 changed files with 476 additions and 3 deletions

View File

@ -71,6 +71,7 @@ type Config struct {
SwapAPI string
Cors string
BzzAccount string
GlobalStoreAPI string
privateKey *ecdsa.PrivateKey
}