aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-04-20 13:17:27 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-23 15:50:17 +0300
commit663ed04eb83c7185c7f7c480c685647bfd29b376 (patch)
tree1854e8c2ae340313c74a3e0c8a110cc4e93696a6 /src/wallet/wallet2_api.h
parentapi implementation splitted over separate files (diff)
downloadmonero-663ed04eb83c7185c7f7c480c685647bfd29b376.tar.xz
transaction history api in progress
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index cb0211c4a..37d9ee86b 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -63,8 +63,7 @@ struct TransactionHistory
virtual TransactionInfo * transaction(int index) const = 0;
virtual TransactionInfo * transaction(const std::string &id) const = 0;
virtual std::vector<TransactionInfo*> getAll() const = 0;
- // TODO:
- // refresh();
+ virtual void refresh() = 0;
};