mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
debug err removed
This commit is contained in:
@@ -70,7 +70,7 @@ func DecodeCompact(key []byte) string {
|
||||
}
|
||||
}
|
||||
|
||||
res, err := hex.DecodeString(str)
|
||||
res, _ := hex.DecodeString(str)
|
||||
|
||||
return string(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user