OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Sun, 23 Jun 2019 17:04:26 +0000 (01:04 +0800)
committerChengcheng Zhang <943420582@qq.com>
Sun, 23 Jun 2019 17:04:26 +0000 (01:04 +0800)
wallet/wallet_store.go

index b969b94..b61e3ab 100644 (file)
@@ -11,7 +11,7 @@ import (
        "github.com/vapor/protocol/bc"
 )
 
-// Store interface contains wallet storage functions.
+// WalletStorer interface contains wallet storage functions.
 type WalletStorer interface {
        GetAssetDefinition(*bc.AssetID) []byte
        SetAssetDefinition(*bc.AssetID, []byte)