From 7b713902c4bde9a3fe1fef15ecf51cbd6aa7fb14 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 15 Jan 2020 18:59:16 +0800 Subject: [PATCH] test --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index ef82c23..e3775e0 100644 --- a/job.go +++ b/job.go @@ -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)) }