From c2725c5c6f9cc3382b32c5de21bd5b917a2d25d3 Mon Sep 17 00:00:00 2001 From: Chengcheng Zhang <943420582@qq.com> Date: Sat, 6 Jul 2019 11:14:37 +0800 Subject: [PATCH] comment test --- test/wallet_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/wallet_test.go b/test/wallet_test.go index 67c0707d..895105a1 100644 --- a/test/wallet_test.go +++ b/test/wallet_test.go @@ -162,6 +162,7 @@ func TestRescanWallet(t *testing.T) { accountStore := database.NewAccountStore(testDB) accountManager := account.NewManager(accountStore, chain) w := newMockWallet(walletStore, accountManager, nil, chain, dispatcher, false) + // w := newMockWallet(walletStore, nil, nil, chain, dispatcher, false) w.Wallet.Status = *walletInfo // rescan wallet. -- 2.11.0