Skip to content

Commit

Permalink
Add test for minting on transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
QuitCrypto committed Feb 10, 2024
1 parent 188c846 commit 2fe3199
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DN404.sol
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ abstract contract DN404 {
if (addressAlias == 0) {
addressAlias = ++$.numAliases;
toAddressData.addressAlias = addressAlias;
$.aliasToAddress[addressAlias] = to;
}
return addressAlias;
}
Expand Down
Loading

0 comments on commit 2fe3199

Please sign in to comment.