Closed luislucena16 closed 10 months ago
Hi @luislucena16 Referring to the identation, I think its a good idea to shorten characters in the code by removing the "{}" of the if else's, from this:
if (swap.owner != msg.sender) {
revert InvalidAddress(msg.sender);
}
...to this:
if (swap.owner != msg.sender) revert InvalidAddress(msg.sender);
hey @0xneves yes exactly! it allows to handle errors more organized and with better semantics 💫
Hey guys this issue is available? If so, I would like to get it
@0xneves @luislucena16
hi @0xjoaovpsantos I'll take care of it!
Counting on you, this is a fast one, let's go!
Could you speed up this resolution @luislucena16? Since it is blocking issue #104 from developing. Thank you
done! waiting for your approval