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
interface-go-dms3-core
Commits
f9d6dcc4
Commit
f9d6dcc4
authored
Aug 13, 2018
by
Łukasz Magiera
Committed by
Steven Allen
Aug 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreapi: block: don't allow creation of invalid cidv0s
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
f4e38c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
options/block.go
options/block.go
+1
-1
No files found.
options/block.go
View file @
f9d6dcc4
...
@@ -19,7 +19,7 @@ type BlockRmOption func(*BlockRmSettings) error
...
@@ -19,7 +19,7 @@ type BlockRmOption func(*BlockRmSettings) error
func
BlockPutOptions
(
opts
...
BlockPutOption
)
(
*
BlockPutSettings
,
error
)
{
func
BlockPutOptions
(
opts
...
BlockPutOption
)
(
*
BlockPutSettings
,
error
)
{
options
:=
&
BlockPutSettings
{
options
:=
&
BlockPutSettings
{
Codec
:
"
v0
"
,
Codec
:
""
,
MhType
:
multihash
.
SHA2_256
,
MhType
:
multihash
.
SHA2_256
,
MhLength
:
-
1
,
MhLength
:
-
1
,
}
}
...
...
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