Commit 476b3f91 authored by vipwzw's avatar vipwzw

auto ci

parent ff574fb8
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
package wallet package wallet
import ( import (
"sync"
"sync/atomic"
"github.com/33cn/chain33/common" "github.com/33cn/chain33/common"
"github.com/33cn/chain33/common/crypto" "github.com/33cn/chain33/common/crypto"
"github.com/33cn/chain33/common/db" "github.com/33cn/chain33/common/db"
...@@ -12,8 +15,6 @@ import ( ...@@ -12,8 +15,6 @@ import (
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
wcom "github.com/33cn/chain33/wallet/common" wcom "github.com/33cn/chain33/wallet/common"
privacytypes "github.com/33cn/plugin/plugin/dapp/privacy/types" privacytypes "github.com/33cn/plugin/plugin/dapp/privacy/types"
"sync"
"sync/atomic"
) )
var ( var (
......
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