diff options
author | tobtoht <thotbot@protonmail.com> | 2021-03-12 23:43:58 +0100 |
---|---|---|
committer | tobtoht <thotbot@protonmail.com> | 2021-03-12 23:43:58 +0100 |
commit | 7c4e4c7603d78439649d2095edc544bee4a7567b (patch) | |
tree | 7613fd625b8e3b862b9065681264b73c76ef4932 /src/wallet/api/wallet.h | |
parent | Merge pull request #7381 (diff) | |
download | monero-7c4e4c7603d78439649d2095edc544bee4a7567b.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 e501d3943..7442e2b7f 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; |