diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:30:51 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-16 21:30:52 +0200 |
commit | f8a10bcc07dafe9183596e26daf6fda5691d3737 (patch) | |
tree | 1805f93bd9fe279a8f9e7bbf595141766817b256 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #5006 (diff) | |
parent | simplewallet: fix show_transfers colouring, and add red for failed (diff) | |
download | monero-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.h | 1 |
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; |