This commit is contained in:
邹宗楠
2022-07-27 14:51:02 +08:00
parent 45a06c52cb
commit bb6ade2684
2 changed files with 5 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ func Test10Two16(t *testing.T) {
hexPrefixStr := hex.EncodeToString(hexPrefix)
fmt.Println(hexPrefixStr)
}
func TestCheckSum(t *testing.T) {
getCheckSum(`1e00140200ff50bc147df3d71b401B59415515`)
}