mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-03 04:01:01 +00:00
Update src/libxrpl/ledger/helpers/TokenHelpers.cpp
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user