From d40b7a63bb6aaefc0f845543d6d20656fccbcc7f Mon Sep 17 00:00:00 2001 From: bfbd Date: Sat, 22 Jul 2017 16:35:27 +0800 Subject: [PATCH] Release 0.15 --- gowallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gowallet.go b/gowallet.go index eda6cd3..98c91b1 100644 --- a/gowallet.go +++ b/gowallet.go @@ -18,7 +18,7 @@ Secret and salt allow the use of hexadecimal notation similar to '\xff' or '\xFF It is advisable to use more complex secret and to write secret on paper. It is also recommended that salt be memorized in the brain.` -const debug = true +const debug = false const trace = false