Adjust call to TACoApplication.getActiveStakingProviders. Needs to be properly addressed by #3458 to take a duration value.

pull/3475/head
derekpierre 2024-02-22 17:08:34 -05:00
parent fd08570b2f
commit a4a4988ca1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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