diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-06 16:00:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-06 16:00:40 +0200 |
commit | c7e536db23909d0fcea66e33e99569d8e8e13fcb (patch) | |
tree | 61124d2ca3220eb156ce5cb30b18ae9a2e863d6b /src/wallet/wallet2.h | |
parent | Merge pull request #5348 (diff) | |
parent | wallet2: factor the watchonly/multisig/etc fields on creation (diff) | |
download | monero-c7e536db23909d0fcea66e33e99569d8e8e13fcb.tar.xz |
Merge pull request #5350
050bb337 wallet2: factor the watchonly/multisig/etc fields on creation (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 6ebe5032b..a24127800 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1365,6 +1365,7 @@ namespace tools void cache_tx_data(const cryptonote::transaction& tx, const crypto::hash &txid, tx_cache_data &tx_cache_data) const; std::shared_ptr<std::map<std::pair<uint64_t, uint64_t>, size_t>> create_output_tracker_cache() const; + void init_type(hw::device::device_type device_type); void setup_new_blockchain(); void create_keys_file(const std::string &wallet_, bool watch_only, const epee::wipeable_string &password, bool create_address_file); |