Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 18, 2024
1 parent aa55fa3 commit fd03f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/token/contracts/Universal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ contract Universal is ERC20, Ownable2Step, UniversalContract, Events {
address(this),
true,
address(0),
abi.encode(amount, sender),
abi.encode(tokenAmount, sender),
0
)
);
Expand Down

0 comments on commit fd03f00

Please sign in to comment.