Merge pull request #7542

7c4e4c7 wallet_api: add isDeterministic() (tobtoht)
This commit is contained in:
luigi1111
2021-03-29 21:50:53 -04:00
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -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;