diff options
author | Janoš Guljaš <janos@users.noreply.github.com> | 2019-02-07 22:46:58 +0800 |
---|---|---|
committer | Rafael Matias <rafael@skyle.net> | 2019-02-19 20:11:51 +0800 |
commit | 85217b08bde168c0fd41d7265afe401454bb0f86 (patch) | |
tree | a5f8fcfeebf0f038bccd934754d4b6d57934de2f /swarm/api/config.go | |
parent | dcff622d43c6b7e41153d3f082e84a0718cb81c7 (diff) | |
download | dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar.gz dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar.bz2 dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar.lz dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar.xz dexon-85217b08bde168c0fd41d7265afe401454bb0f86.tar.zst dexon-85217b08bde168c0fd41d7265afe401454bb0f86.zip |
cmd/swarm/global-store: global store cmd (#19014)
(cherry picked from commit 33d0a0efa61fed2b16797fd12161519943943282)
Diffstat (limited to 'swarm/api/config.go')
-rw-r--r-- | swarm/api/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swarm/api/config.go b/swarm/api/config.go index 54dd67ba8..b8de16f5f 100644 --- a/swarm/api/config.go +++ b/swarm/api/config.go @@ -71,6 +71,7 @@ type Config struct { SwapAPI string Cors string BzzAccount string + GlobalStoreAPI string privateKey *ecdsa.PrivateKey } |