diff options
author | Jeffrey Ryan <jeffro256@tutanota.com> | 2023-01-13 20:53:25 -0600 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-03-17 18:46:34 -0500 |
commit | c59e0096b671528036563c1c30f31763a615aa75 (patch) | |
tree | fd0bc5790d8aa85c3170ae0601730b5c64164789 /src/ringct/rctSigs.h | |
parent | Merge pull request #8739 (diff) | |
download | monero-c59e0096b671528036563c1c30f31763a615aa75.tar.xz |
verRctNonSemanticsSimpleCached: fix fragility
Diffstat (limited to 'src/ringct/rctSigs.h')
-rw-r--r-- | src/ringct/rctSigs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ringct/rctSigs.h b/src/ringct/rctSigs.h index 18c7e5fe6..17cfd77b9 100644 --- a/src/ringct/rctSigs.h +++ b/src/ringct/rctSigs.h @@ -132,7 +132,6 @@ namespace rct { bool verRctSemanticsSimple(const rctSig & rv); bool verRctSemanticsSimple(const std::vector<const rctSig*> & rv); bool verRctNonSemanticsSimple(const rctSig & rv); - bool verRctNonSemanticsSimpleCached(const rctSig & rv); static inline bool verRctSimple(const rctSig & rv) { return verRctSemanticsSimple(rv) && verRctNonSemanticsSimple(rv); } xmr_amount decodeRct(const rctSig & rv, const key & sk, unsigned int i, key & mask, hw::device &hwdev); xmr_amount decodeRct(const rctSig & rv, const key & sk, unsigned int i, hw::device &hwdev); |