mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove an unused argument from ripple::verify
This commit is contained in:
committed by
Edward Hennis
parent
b55edfa8f0
commit
027b289c91
@@ -36,8 +36,7 @@ sign (STObject& st, HashPrefix const& prefix,
|
||||
|
||||
bool
|
||||
verify (STObject const& st, HashPrefix const& prefix,
|
||||
PublicKey const& pk, bool mustBeFullyCanonical,
|
||||
SF_Blob const& sigField)
|
||||
PublicKey const& pk, SF_Blob const& sigField)
|
||||
{
|
||||
auto const sig = get(st, sigField);
|
||||
if (! sig)
|
||||
|
||||
Reference in New Issue
Block a user