aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-16 21:30:51 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-16 21:30:52 +0200
commitf8a10bcc07dafe9183596e26daf6fda5691d3737 (patch)
tree1805f93bd9fe279a8f9e7bbf595141766817b256 /src/simplewallet/simplewallet.h
parentMerge pull request #5006 (diff)
parentsimplewallet: fix show_transfers colouring, and add red for failed (diff)
downloadmonero-f8a10bcc07dafe9183596e26daf6fda5691d3737.tar.xz
Merge pull request #5009
5e10dee3 simplewallet: fix show_transfers colouring, and add red for failed (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index cc4cf08ea..f364df2ff 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -256,6 +256,7 @@ namespace cryptonote
struct transfer_view
{
+ std::string type;
boost::variant<uint64_t, std::string> block;
uint64_t timestamp;
std::string direction;