aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-07-06 21:38:34 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-07-06 21:38:34 -0500
commit5a99b2dfbe6a1742fe8d35e4ba3bb835fb60a16c (patch)
treeabc9d1c1249748f1e232d11427b00c57253c87fd /src/wallet/wallet2.h
parentMerge pull request #8900 (diff)
parentwallet: respect frozen key images in multisig wallets [RELEASE] (diff)
downloadmonero-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.h1
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);