mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
Added get length function for token pool dsa
This commit is contained in:
parent
f9d167a3a8
commit
e39705a1de
|
@ -45,6 +45,10 @@ contract Registry {
|
|||
_;
|
||||
}
|
||||
|
||||
function getDsaLength(address _pool) external view returns(uint) {
|
||||
return dsaArr[_pool].length;
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Enable New Chief.
|
||||
* @param _chief Address of the new chief.
|
||||
|
|
Loading…
Reference in New Issue
Block a user