@cryptotaxi247 / kubo / commits / e811add41

go-ipfs-config: update go-lib2p-loggables

fixes a UUID bug I introduced (UUIDs were always an error value) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jan 27, 2018 at 18:03 UTC e811add413517244f459310e32028a62288f70a3
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/QmWto9a6kfznUoW9owbLoBiLUMgRvgsVHRKFzs8zzzKYwp/go-ipfs-addr"
7 + iaddr "gx/ipfs/QmPWejECnZ4a2eShmnMFBfaLQR7AjuNDPxiY7jmR4fPjg6/go-ipfs-addr"
8 )
9
10 // DefaultBootstrapAddresses are the hardcoded bootstrap addresses