mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-03 04:01:01 +00:00
fix: typo in assertion
This commit is contained in:
@@ -164,7 +164,7 @@ checkDeepFrozen(ReadView const& view, AccountID const& account, Asset const& ass
|
||||
[&](auto const& issue) { return checkDeepFrozen(view, account, issue); }, asset.value());
|
||||
}
|
||||
|
||||
TER
|
||||
[[nodiscard]] TER
|
||||
checkWithdrawFreeze(
|
||||
ReadView const& view,
|
||||
AccountID const& srcAcct,
|
||||
@@ -174,7 +174,7 @@ checkWithdrawFreeze(
|
||||
{
|
||||
XRPL_ASSERT(
|
||||
isPseudoAccount(view, srcAcct),
|
||||
"xrpl::checkWithdrawFreezes : source must be a pseudo-account");
|
||||
"xrpl::checkWithdrawFreeze : source must be a pseudo-account");
|
||||
|
||||
// No matter what, funds can be sent to the issuer
|
||||
if (dstAcct == asset.getIssuer())
|
||||
|
||||
Reference in New Issue
Block a user