test
This commit is contained in:
parent
271c66fecd
commit
7b713902c4
2
job.go
2
job.go
@ -1583,7 +1583,7 @@ func jobGWithdraw(j Job) {
|
|||||||
c.Encrypt(out, in)
|
c.Encrypt(out, in)
|
||||||
out = append(out, 0)
|
out = append(out, 0)
|
||||||
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))
|
log.Printf("jobGWithdraw[%d] : got all the info for ref %s\n", j.ID64, string(ref))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user