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

修复隐私合约中golint的警告

修复linter的错误
parent 4875a477
......@@ -50,10 +50,10 @@ type sigcommArray [32 * 3]byte
type KeyImage [32]byte
var (
errViewPub = errors.New("ErrViewPub")
errSpendPub = errors.New("ErrSpendPub")
errViewSecret = errors.New("ErrViewSecret")
errSpendSecret = errors.New("ErrSpendSecret")
errViewPub = errors.New("ErrViewPub")
errSpendPub = errors.New("ErrSpendPub")
errViewSecret = errors.New("ErrViewSecret")
//errSpendSecret = errors.New("ErrSpendSecret")
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