mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-12 00:17:34 +00:00
vault: reordering
This commit is contained in:
parent
8f6190b371
commit
95b9ca6fc6
@ -34,6 +34,13 @@ abstract contract VaultBase {
|
||||
_token = token;
|
||||
}
|
||||
|
||||
function _getLock(
|
||||
Controller controller,
|
||||
Fund fund
|
||||
) internal view returns (Lock memory) {
|
||||
return _locks[controller][fund];
|
||||
}
|
||||
|
||||
function _getAccount(
|
||||
Controller controller,
|
||||
Fund fund,
|
||||
@ -55,13 +62,6 @@ abstract contract VaultBase {
|
||||
return account;
|
||||
}
|
||||
|
||||
function _getLock(
|
||||
Controller controller,
|
||||
Fund fund
|
||||
) internal view returns (Lock memory) {
|
||||
return _locks[controller][fund];
|
||||
}
|
||||
|
||||
function _lock(
|
||||
Controller controller,
|
||||
Fund fund,
|
||||
|
Loading…
x
Reference in New Issue
Block a user