Skip to content

Commit

Permalink
fix: use the correct data_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Nov 2, 2023
1 parent 43e5724 commit 77d7172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def get_claim_params(self) -> WaitableConditionType:
to_block = min(max_to_block, self.redeeming_progress.claim_to_block)
result = yield from self._realitio_interact(
contract_callable="get_claim_params",
data_key="claim_params",
data_key="answered",
placeholder=get_name(RedeemBehaviour.claim_params_batch),
from_block=from_block,
to_block=to_block,
Expand Down

0 comments on commit 77d7172

Please sign in to comment.