issues
search
weweswap
/
contracts
smart contracts
MIT License
2
stars
4
forks
source link
feature: change deposit to overload with msg.sender
#53
Closed
bitcoinbrisbane
closed
1 month ago
bitcoinbrisbane
commented
2 months ago
Change deposit to
depositTo(amount, to)
Add
deposit(amount)
that calls depositTo with msg.sender
depositTo(amount, to)
deposit(amount)
that calls depositTo with msg.sender