mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Combine STTx::checkSign overloads:
Callers don't need to specify the signing key -- they're just retrieving the key from the SerializedTransaction and then passing it back. This simplifies Ed25519 implementation.
This commit is contained in:
@@ -111,7 +111,6 @@ public:
|
||||
void sign (RippleAddress const& private_key);
|
||||
|
||||
bool checkSign () const;
|
||||
bool checkSign (RippleAddress const& public_key) const;
|
||||
|
||||
bool isKnownGood () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user