zhanglonghu

Results 2 issues of zhanglonghu

I want to develop a function that uses full node api to find wallet transaction records,Can some one tell me how to do it

parser string to int64 should use strconv.ParseInt(trimZeroDecimal(s), 10, 64) not the follow; v, err := strconv.ParseInt(trimZeroDecimal(s), 0, 0) if err == nil { return v, nil }