Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
9f4127ae
Commit
9f4127ae
authored
Nov 16, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix variable naming
parent
0de12b5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/core.go
core/core.go
+2
-2
No files found.
core/core.go
View file @
9f4127ae
...
@@ -16,6 +16,7 @@ import (
...
@@ -16,6 +16,7 @@ import (
exchange
"github.com/jbenet/go-ipfs/exchange"
exchange
"github.com/jbenet/go-ipfs/exchange"
bitswap
"github.com/jbenet/go-ipfs/exchange/bitswap"
bitswap
"github.com/jbenet/go-ipfs/exchange/bitswap"
bsnet
"github.com/jbenet/go-ipfs/exchange/bitswap/network"
bsnet
"github.com/jbenet/go-ipfs/exchange/bitswap/network"
mount
"github.com/jbenet/go-ipfs/fuse/mount"
merkledag
"github.com/jbenet/go-ipfs/merkledag"
merkledag
"github.com/jbenet/go-ipfs/merkledag"
namesys
"github.com/jbenet/go-ipfs/namesys"
namesys
"github.com/jbenet/go-ipfs/namesys"
inet
"github.com/jbenet/go-ipfs/net"
inet
"github.com/jbenet/go-ipfs/net"
...
@@ -28,7 +29,6 @@ import (
...
@@ -28,7 +29,6 @@ import (
routing
"github.com/jbenet/go-ipfs/routing"
routing
"github.com/jbenet/go-ipfs/routing"
dht
"github.com/jbenet/go-ipfs/routing/dht"
dht
"github.com/jbenet/go-ipfs/routing/dht"
u
"github.com/jbenet/go-ipfs/util"
u
"github.com/jbenet/go-ipfs/util"
mount
"github.com/jbenet/go-ipfs/fuse/mount"
ctxc
"github.com/jbenet/go-ipfs/util/ctxcloser"
ctxc
"github.com/jbenet/go-ipfs/util/ctxcloser"
)
)
...
@@ -218,7 +218,7 @@ func initIdentity(cfg *config.Identity, peers peer.Peerstore, online bool) (peer
...
@@ -218,7 +218,7 @@ func initIdentity(cfg *config.Identity, peers peer.Peerstore, online bool) (peer
return
nil
,
err
return
nil
,
err
}
}
peer
.
SetVersions
(
handshake
.
ClientVersion
,
handshake
.
IpfsVersion
.
String
())
self
.
SetVersions
(
handshake
.
ClientVersion
,
handshake
.
IpfsVersion
.
String
())
// when not online, don't need to parse private keys (yet)
// when not online, don't need to parse private keys (yet)
if
online
{
if
online
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment