Update interface.sol

This commit is contained in:
UniverseFinance 2021-11-23 19:51:39 +08:00 committed by GitHub
parent f27adab10e
commit 13e1ec20b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ interface IUniverseAdapter {
}
interface IUniverseVaultV3 {
interface IVaultV3 {
function withdraw(uint256 share0, uint256 share1) external returns(uint256, uint256);
}