Update src/libxrpl/ledger/helpers/TokenHelpers.cpp

Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
Vito Tumas
2026-06-24 13:50:37 +02:00
committed by GitHub
parent 1e135ab007
commit 0addb3f844

View File

@@ -222,7 +222,7 @@ checkDepositFreeze(
// An Issuer cannot deposit when:
// 1. Asset is globally frozen
// 2. The trustline of the pseudo-account is frozen
// 2. The trustline/mptoken of the pseudo-account is frozen
if (auto const ret = checkGlobalFrozen(view, asset))
return ret;