Updated to support XHV v6 TXs

This commit is contained in:
MoneroOcean
2022-02-04 15:33:14 +00:00
parent 170d0c0ec9
commit 0e72d68d94
6 changed files with 48 additions and 29 deletions

View File

@@ -116,7 +116,7 @@ namespace offshore
void set_for_height_821428();
bool equal(const pricing_record& other) const noexcept;
bool empty() const noexcept;
bool verifySignature() const;
bool verifySignature(const std::string& public_key) const;
bool valid(uint32_t hf_version, uint64_t bl_timestamp, uint64_t last_bl_timestamp) const;
pricing_record& operator=(const pricing_record& orig) noexcept;