OSDN Git Service

Wallet store test (#312)
authorChengcheng Zhang <943420582@qq.com>
Thu, 18 Jul 2019 16:31:08 +0000 (00:31 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 18 Jul 2019 16:31:08 +0000 (00:31 +0800)
commite278744e6d00511a70af4e03161151fb88d1f542
treef6ad46fb0c4acd9cecdab11210e6b33143f79571
parent947a1eb467d61c388785d9625c93713437da7608
Wallet store test (#312)

* add TestDeleteContractUTXO

* update

* add TestDeleteRecoveryStatus

* update TestDeleteRecoveryStatus

* add TestGetWalletInfo

* add TestDeleteUnconfirmedTransaction

* update TestDeleteUnconfirmedTransaction

* add TestListUnconfirmedTransactions

* update

* add TestGetGlobalTransactionIndex

* update ListTransactions

* add TestGetAsset

* add TestDeleteTransactions

* update TestDeleteTransactions

* add TestDeleteWalletTransactions
database/account_store.go
database/account_store_test.go
database/wallet_store.go
database/wallet_store_test.go