mirror of https://github.com/nucypher/nucypher.git
Adjust call to TACoApplication.getActiveStakingProviders. Needs to be properly addressed by #3458 to take a duration value.
parent
fd08570b2f
commit
a4a4988ca1
|
@ -525,7 +525,7 @@ class TACoApplicationAgent(StakerSamplingApplicationAgent):
|
|||
) -> Tuple[int, List[bytes]]:
|
||||
active_staking_providers_info = (
|
||||
self.contract.functions.getActiveStakingProviders(
|
||||
start_index, max_results
|
||||
start_index, max_results, 0 # TODO address via #3458
|
||||
).call()
|
||||
)
|
||||
return active_staking_providers_info
|
||||
|
|
Loading…
Reference in New Issue