Commit 0d82c6aa authored by sanghg's avatar sanghg Committed by vipwzw

修复隐私合约中golint的警告

修复linter的错误
parent 4875a477
...@@ -53,7 +53,7 @@ var ( ...@@ -53,7 +53,7 @@ var (
errViewPub = errors.New("ErrViewPub") errViewPub = errors.New("ErrViewPub")
errSpendPub = errors.New("ErrSpendPub") errSpendPub = errors.New("ErrSpendPub")
errViewSecret = errors.New("ErrViewSecret") errViewSecret = errors.New("ErrViewSecret")
errSpendSecret = errors.New("ErrSpendSecret") //errSpendSecret = errors.New("ErrSpendSecret")
errNullRandInput = errors.New("ErrNullRandInput") errNullRandInput = errors.New("ErrNullRandInput")
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment