This commit is contained in:
shoopea 2020-01-15 18:59:16 +08:00
parent 271c66fecd
commit 7b713902c4

2
job.go
View File

@ -1583,7 +1583,7 @@ func jobGWithdraw(j Job) {
c.Encrypt(out, in)
out = append(out, 0)
out = append(out, 0)
ref := hex.StdEncoding.EncodeToString(out)
ref := hex.EncodeToString(out)
log.Printf("jobGWithdraw[%d] : got all the info for ref %s\n", j.ID64, string(ref))
}