mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
debug err removed
This commit is contained in:
parent
9022f5034f
commit
705cf6113d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ func DecodeCompact(key []byte) string {
|
|||
}
|
||||
}
|
||||
|
||||
res, err := hex.DecodeString(str)
|
||||
res, _ := hex.DecodeString(str)
|
||||
|
||||
return string(res)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue