good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8ecc9509 authored by Viktor Trón's avatar Viktor Trón
Browse files

add ErrInsufficientChainInfo error

parent f72cb28b
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ const (
ErrInvalidBlock
ErrInvalidPoW
ErrUnrequestedBlock
ErrInsufficientChainInfo
)
var errorToString = map[int]string{
......@@ -30,6 +31,7 @@ var errorToString = map[int]string{
ErrInvalidBlock: "Invalid block",
ErrInvalidPoW: "Invalid PoW",
ErrUnrequestedBlock: "Unrequested block",
ErrInsufficientChainInfo: "Insufficient chain info",
}
type protocolError struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment