From f9bde31169632aa9323f254a38be186189297ba9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 15 Jan 2020 18:48:51 +0800 Subject: [PATCH] test --- job.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/job.go b/job.go index 435aa3e..d596b76 100644 --- a/job.go +++ b/job.go @@ -1585,6 +1585,8 @@ func jobGWithdraw(j Job) { out := make([]byte, len(in)) c.Encrypt(out, in) + out = append(out, byte(0)) + out = append(out, byte(0)) ref := base62.StdEncoding.EncodeToString(out) log.Printf("jobGWithdraw[%d] : got all the info for ref %s\n", j.ID64, string(ref))