diff options
author | tobtoht <thotbot@protonmail.com> | 2021-03-12 23:43:58 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-04-22 04:32:50 +0200 |
commit | 02e9a41cbec220b8a25d3a0b7c48708ad9803fed (patch) | |
tree | 229ab65b9b3b9787a07770c1ba2c39b5c0571c3f /src/wallet/api/wallet.h | |
parent | wallet_api: add seed_offset param to seed() (diff) | |
download | monero-02e9a41cbec220b8a25d3a0b7c48708ad9803fed.tar.xz |
wallet_api: add isDeterministic()
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 917f512e5..0f3614bb4 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -129,6 +129,7 @@ public: void setRecoveringFromDevice(bool recoveringFromDevice) override; void setSubaddressLookahead(uint32_t major, uint32_t minor) override; bool watchOnly() const override; + bool isDeterministic() const override; bool rescanSpent() override; NetworkType nettype() const override {return static_cast<NetworkType>(m_wallet->nettype());} void hardForkInfo(uint8_t &version, uint64_t &earliest_height) const override; |