Commit 4588bc62 authored by Jakub Sztandera's avatar Jakub Sztandera

docs: decapitalize error message in blocks.go

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent bf963fc3
...@@ -11,7 +11,7 @@ import ( ...@@ -11,7 +11,7 @@ import (
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util" u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
) )
var ErrWrongHash = errors.New("Data did not match given hash!") var ErrWrongHash = errors.New("data did not match given hash!")
type Block interface { type Block interface {
Multihash() mh.Multihash Multihash() mh.Multihash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment