diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:24:40 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:24:40 -0500 |
| commit | 8ae2681e08de3b18db433758b60bfe69ed6edd16 (patch) | |
| tree | 6c58618fcbaebef6711331f129f98c57949d7665 /src/wallet/api/wallet2_api.h | |
| parent | c62ba1d08fa7a45cf95c55976043cb9e36fdb8f3 (diff) | |
| parent | f074b6b5715f90960e5ebf8d440101ba446d94b0 (diff) | |
| download | monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.tar.gz monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.tar.xz monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.zip | |
Merge pull request #5594
f074b6b device: show address on device display (ph4r05)
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
| -rw-r--r-- | src/wallet/api/wallet2_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index f2e99be21..9e556cb2f 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -1016,6 +1016,9 @@ struct Wallet //! cold-device protocol key image sync virtual uint64_t coldKeyImageSync(uint64_t &spent, uint64_t &unspent) = 0; + + //! shows address on device display + virtual void deviceShowAddress(uint32_t accountIndex, uint32_t addressIndex, const std::string &paymentId) = 0; }; /** |
