Compatible with rebase token
This commit is contained in:
@@ -68,6 +68,11 @@ contract DVMVault is DVMStorage {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function sync() external preventReentrant {
|
||||
_sync();
|
||||
}
|
||||
|
||||
// ============ Asset Out ============
|
||||
|
||||
function _transferBaseOut(address to, uint256 amount) internal {
|
||||
|
||||
Reference in New Issue
Block a user