go-ipfs-config: make ipfs swarm connect /ipfs/QmId work
fixes #5102 Also, allow specifying multiple addresses for a single peer. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Jun 12, 2018 at 14:37 UTC
019e7b27d917e19a4209054cfdae7a3529f67f27
1 file changed
+1
-1
config/bootstrap_peers.go
+1
-1
@@ -4,7 +4,7 @@ import (
4
"errors"
5
"fmt"
6
7
- iaddr "gx/ipfs/QmckPUj15AbTcLh6MpDEsQpfVCx34tmP2Xg1aNwLb5fiRF/go-ipfs-addr"
7
+ iaddr "gx/ipfs/QmaKviZCLQrpuyFdSjteik7kJFcQpcyZgb1VuuwaCBBaEa/go-ipfs-addr"
8
)
9
10
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses