Skip to content

Commit

Permalink
fix(transfer): update transfer method to return the changed balances …
Browse files Browse the repository at this point in the history
…of the ant
  • Loading branch information
atticusofsparta committed Nov 13, 2024
1 parent ec0d756 commit 9d514a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/balances.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function balances.transfer(to)
--luacheck: ignore Owner Controllers
Owner = to
Controllers = {}

return { [to] = 1 }
end

--- Retrieves the balance of a specified wallet.
Expand Down

0 comments on commit 9d514a3

Please sign in to comment.