Compatible with rebase token

This commit is contained in:
owen05
2020-12-18 21:33:40 +08:00
parent c24e4b8176
commit 67067f73c7
4 changed files with 26 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ contract DVMVault is DVMStorage {
}
}
function sync() external preventReentrant {
_sync();
}
// ============ Asset Out ============
function _transferBaseOut(address to, uint256 amount) internal {