mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 16:10:57 +00:00
misc review comments
This commit is contained in:
@@ -511,6 +511,7 @@ multiSignHelper(
|
||||
return Unexpected(
|
||||
std::string("Invalid signature on account ") + toBase58(accountID) +
|
||||
(errorWhat ? ": " + *errorWhat : "") + ".");
|
||||
}
|
||||
}
|
||||
// All signatures verified.
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user