diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-07-06 21:38:34 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-07-06 21:38:34 -0500 |
commit | 5a99b2dfbe6a1742fe8d35e4ba3bb835fb60a16c (patch) | |
tree | abc9d1c1249748f1e232d11427b00c57253c87fd /src/wallet/wallet2.h | |
parent | Merge pull request #8900 (diff) | |
parent | wallet: respect frozen key images in multisig wallets [RELEASE] (diff) | |
download | monero-5a99b2dfbe6a1742fe8d35e4ba3bb835fb60a16c.tar.xz |
Merge pull request #8905
dc24312 wallet: respect frozen key images in multisig wallets [RELEASE] (jeffro256)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 59751ea77..cb857ee43 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1669,6 +1669,7 @@ private: void thaw(const crypto::key_image &ki); bool frozen(const crypto::key_image &ki) const; bool frozen(const transfer_details &td) const; + bool frozen(const multisig_tx_set& txs) const; // does partially signed txset contain frozen enotes? bool save_to_file(const std::string& path_to_file, const std::string& binary, bool is_printable = false) const; static bool load_from_file(const std::string& path_to_file, std::string& target_str, size_t max_size = 1000000000); |