Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed May 8, 2023
1 parent a6d47f0 commit b49dbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kip-0019.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ the _maintainability_ and _security_ of the contract.
Firstly, the `rotate` function, which is responsible rotating an account guard in a contract that implements the `fungible-v2` interface,
will be removed. In the case of fungible tokens that also implement the `fungible-xchain` interface, this will result "correct by construction" cross-chain transactions by avoiding the risk of locking funds sent to the receiving account.

Secondly, the constants and some functions within the contract will be reorganized to
increase maintainability. This is intended to make the codebase more structured and easier
Secondly, the constants and some functions within the contracts will be reorganized to
increase maintainability (see [Rationale](#rationale)). This is intended to make the codebase more structured and easier
to maintain, reducing the chances of errors and improving the overall quality of the contract.

Finally, verification related code of the coin contract will be modified to allow for
Expand Down

0 comments on commit b49dbbc

Please sign in to comment.