Files
xahaud/src/test/app
Shawn Xie ca2627635a fixNFTokenReserve: ensure NFT tx fails when reserve is not met (#4767)
Without this amendment, an NFTokenAcceptOffer transaction can succeed
even when the NFToken recipient does not have sufficient reserves for
the new NFTokenPage. This allowed accounts to accept NFT sell offers
without having a sufficient reserve. (However, there was no issue in
brokered mode or when a buy offer is involved.)

Instead, the transaction should fail with `tecINSUFFICIENT_RESERVE` as
appropriate. The `fixNFTokenReserve` amendment adds checks in the
NFTokenAcceptOffer transactor to check if the OwnerCount changed. If it
did, then it checks the new reserve requirement.

Fix #4679
2026-02-20 07:00:25 +09:00
..
2025-07-09 10:33:08 +10:00
2025-07-09 12:48:46 +10:00
2025-03-06 08:25:42 +01:00
2026-02-17 20:25:20 +10:00
2023-12-21 16:21:17 +01:00
2025-10-14 15:35:48 +10:00
2024-11-15 07:31:55 +10:00
2023-10-24 23:14:19 +02:00
2022-05-10 13:34:12 -07:00
2025-07-09 10:33:08 +10:00
2026-02-17 20:25:20 +10:00