diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-03-29 21:50:53 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-03-29 21:50:53 -0400 |
commit | 1a8b6ba8c014fbf2ac33202051337c40590b8072 (patch) | |
tree | 64454ddb734707a8398feb149865a3a4838c6afd /src/wallet/api/wallet.h | |
parent | Merge pull request #7538 (diff) | |
parent | wallet_api: add isDeterministic() (diff) | |
download | monero-1a8b6ba8c014fbf2ac33202051337c40590b8072.tar.xz |
Merge pull request #7542
7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
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; |