Commit eaa99d71 authored by jiangpeng's avatar jiangpeng Committed by 33cn

fix wallet test password

parent 44c97cb0
......@@ -109,7 +109,7 @@ func (mock *testDataMock) initMember() {
mock.accdb = account.NewCoinsAccount()
mock.policy = privacy.New()
mock.policy.Init(wallet, sub.Wallet["privacy"])
mock.password = "123456"
mock.password = "ab123456"
}
func (mock *testDataMock) importPrivateKey(PrivKey *types.ReqWalletImportPrivkey) {
......
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