mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refund owner's ticket reserve when a ticket is canceled (RIPD-855)
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
TER const result = mEngine->view ().dirDelete (false, hint,
|
||||
getOwnerDirIndex (ticket_owner), ticketId, false, (hint == 0));
|
||||
|
||||
mEngine->view ().decrementOwnerCount (mTxnAccount);
|
||||
mEngine->view ().decrementOwnerCount (ticket_owner);
|
||||
mEngine->view ().entryDelete (sleTicket);
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user