misc review comments

This commit is contained in:
Denis Angell
2026-03-24 14:09:44 +01:00
parent 6cb9f336da
commit bcb48fbad3
7 changed files with 8 additions and 8 deletions

View File

@@ -511,6 +511,7 @@ multiSignHelper(
return Unexpected(
std::string("Invalid signature on account ") + toBase58(accountID) +
(errorWhat ? ": " + *errorWhat : "") + ".");
}
}
// All signatures verified.
return {};