Merge pull request #5594

f074b6b device: show address on device display (ph4r05)
This commit is contained in:
luigi1111
2019-07-24 14:24:40 -05:00
12 changed files with 128 additions and 7 deletions
+3
View File
@@ -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;
};
/**