OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Fri, 28 Jun 2019 07:03:44 +0000 (15:03 +0800)
committerChengcheng Zhang <943420582@qq.com>
Fri, 28 Jun 2019 07:03:44 +0000 (15:03 +0800)
wallet/store.go

index c421341..33bd676 100644 (file)
@@ -17,7 +17,7 @@ type WalletStorer interface {
        GetControlProgram(common.Hash) (*acc.CtrlProgram, error)
        GetAccountByAccountID(string) (*acc.Account, error)
        DeleteTransactions(uint64)
-       SetTransaction(height uint64, tx *query.AnnotatedTx) error
+       SetTransaction(uint64, *query.AnnotatedTx) error
        DeleteUnconfirmedTransaction(string)
        SetGlobalTransactionIndex(string, *bc.Hash, uint64)
        GetStandardUTXO(bc.Hash) []byte