Skip to content

Commit

Permalink
go-ipfs-config: make ipfs swarm connect /ipfs/QmId work
Browse files Browse the repository at this point in the history
fixes ipfs#5102

Also, allow specifying multiple addresses for a single peer.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Jun 12, 2018
1 parent 4a56636 commit 019e7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bootstrap_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"fmt"

iaddr "gx/ipfs/QmckPUj15AbTcLh6MpDEsQpfVCx34tmP2Xg1aNwLb5fiRF/go-ipfs-addr"
iaddr "gx/ipfs/QmaKviZCLQrpuyFdSjteik7kJFcQpcyZgb1VuuwaCBBaEa/go-ipfs-addr"
)

// DefaultBootstrapAddresses are the hardcoded bootstrap addresses
Expand Down

0 comments on commit 019e7b2

Please sign in to comment.