diff --git a/contracts/Treasury.sol b/contracts/Treasury.sol index 11dff59..4c41f88 100644 --- a/contracts/Treasury.sol +++ b/contracts/Treasury.sol @@ -44,6 +44,8 @@ contract Treasury is ITreasury, Ownable, ReentrancyGuard { _; } + + // Withdraw function withdraw( address _to,