Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot cash a Check from issuer if trustline is frozen (Version: 2.1.1) #4978

Open
tequdev opened this issue Apr 4, 2024 · 1 comment
Open

Comments

@tequdev
Copy link

tequdev commented Apr 4, 2024

Issue Description

If the trustline is frozen, the account cannot Cash the Check created by the token Issuer.

As with Payments, there should be no checks on freezing in transactions with the issuer.

(Since there are very few users of Checks, there is no need for a priority fix.)

Steps to Reproduce

  1. Issuer creates check to alice.
  2. Issuer freezes the trusline with alice.
  3. Alice cashes the check.

Expected Result

Transaction succeeds

Actual Result

Transaction failed in tecFROZEN.

Supporting Files

https://gist.github.com/tequdev/ee649229cadad1bf770e55820f3de013

https://devnet.xrpl.org/transactions/D5257EB8398599D549DE340EFFABD14B6279204D50468CEE399A80A73988CCC1

@mvadari
Copy link
Collaborator

mvadari commented Apr 7, 2024

Isn't this expected/desired behavior? The frozenness of the trustline should be checked at cashing time, not creation time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants