test
This commit is contained in:
parent
a78c33fc07
commit
f9bde31169
2
job.go
2
job.go
@ -1585,6 +1585,8 @@ func jobGWithdraw(j Job) {
|
|||||||
out := make([]byte, len(in))
|
out := make([]byte, len(in))
|
||||||
|
|
||||||
c.Encrypt(out, in)
|
c.Encrypt(out, in)
|
||||||
|
out = append(out, byte(0))
|
||||||
|
out = append(out, byte(0))
|
||||||
ref := base62.StdEncoding.EncodeToString(out)
|
ref := base62.StdEncoding.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