OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Thu, 27 Jun 2019 02:51:14 +0000 (10:51 +0800)
committerChengcheng Zhang <943420582@qq.com>
Thu, 27 Jun 2019 02:51:14 +0000 (10:51 +0800)
account/utxo_keeper_test.go
wallet/store.go

index abd3209..8b18f7c 100644 (file)
@@ -7,7 +7,6 @@ import (
        "time"
 
        "github.com/vapor/database"
-
        dbm "github.com/vapor/database/leveldb"
        "github.com/vapor/protocol/bc"
        "github.com/vapor/testutil"
index 9ea9896..2b64302 100644 (file)
@@ -38,3 +38,4 @@ type WalletStorer interface {
        DeleteRecoveryStatus([]byte)
        GetRecoveryStatus([]byte) []byte
 }
+