aktionariat / contracts

The public repository for all smart contracts used by Aktionariat.
Other
11 stars 11 forks source link

add withdrawEther() function to PaymentHub #145

Closed rube-de closed 1 year ago

rube-de commented 1 year ago

In case ETH is wrongly send to the PaymentHub via it's receive() function, there should be a possibility to withdraw them from the contract.

The receive() function is there to forward unused ETH from Uniswap to the user.