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-bitswap
Commits
42c3c413
Commit
42c3c413
authored
Nov 24, 2014
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issues in merkledag
parent
8adecf8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
network/ipfs_impl.go
network/ipfs_impl.go
+0
-3
No files found.
network/ipfs_impl.go
View file @
42c3c413
package
network
import
(
"errors"
context
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
bsmsg
"github.com/jbenet/go-ipfs/exchange/bitswap/message"
...
...
@@ -54,7 +52,6 @@ func (bsnet *impl) HandleMessage(
// TODO(brian): put this in a helper function
if
bsmsg
==
nil
||
p
==
nil
{
bsnet
.
receiver
.
ReceiveError
(
errors
.
New
(
"ReceiveMessage returned nil peer or message"
))
return
nil
}
...
...
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