diff --git a/src/ripple/protocol/XChainAttestations.h b/src/ripple/protocol/XChainAttestations.h index 8fa1a03118a..b99a0b59a4b 100644 --- a/src/ripple/protocol/XChainAttestations.h +++ b/src/ripple/protocol/XChainAttestations.h @@ -437,16 +437,6 @@ class XChainAttestationsBase template void emplace_back(T&& att); - - // verify that all the signatures attest to transaction data. - [[nodiscard]] bool - verify() const; - -protected: - // Return the message that was expected to be signed by the attesters given - // the data to be proved. - [[nodiscard]] std::vector - message() const; }; template