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
2379aa0d
Commit
2379aa0d
authored
Jan 29, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update comment to note that we're punting on this
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
87c69148
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
blockservice/blockservice.go
blockservice/blockservice.go
+2
-2
No files found.
blockservice/blockservice.go
View file @
2379aa0d
...
...
@@ -139,7 +139,7 @@ func (s *blockService) AddBlock(o blocks.Block) error {
}
if
err
:=
s
.
exchange
.
HasBlock
(
o
);
err
!=
nil
{
// TODO(
stebalien
): really an error?
// TODO(
#4623
): really an error?
return
errors
.
New
(
"blockservice is closed"
)
}
...
...
@@ -170,7 +170,7 @@ func (s *blockService) AddBlocks(bs []blocks.Block) error {
for
_
,
o
:=
range
toput
{
if
err
:=
s
.
exchange
.
HasBlock
(
o
);
err
!=
nil
{
// TODO(
stebalien
): Should this really *return*?
// TODO(
#4623
): Should this really *return*?
return
fmt
.
Errorf
(
"blockservice is closed (%s)"
,
err
)
}
}
...
...
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