mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
remove virtual on getStakingData as no need anymore
This commit is contained in:
parent
a0edb31ab6
commit
7439c0ea4a
|
@ -48,7 +48,6 @@ contract StakingHelper is DSMath, Stores {
|
||||||
*/
|
*/
|
||||||
function getStakingData(string memory stakingName)
|
function getStakingData(string memory stakingName)
|
||||||
public
|
public
|
||||||
virtual
|
|
||||||
view
|
view
|
||||||
returns (
|
returns (
|
||||||
IStakingRewards stakingContract,
|
IStakingRewards stakingContract,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user