Skip to content

Commit

Permalink
fix(py-sdk): can't submit Validator call w/ gasPrice field (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Nov 12, 2024
1 parent 67d50c3 commit 0647ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/py/apepay/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ def __call__(self, *args, **kwargs) -> int:
# NOTE: Imitate that the call is coming from the connected StreamManager, because a
# validator can be connected to >1 StreamManagers so context may be important.
sender=self.manager.address,
gas_price="0 gwei", # NOTE: Avoid gas balance issues
**kwargs, # NOTE: Do last so it can override above (if necessary)
) # Sum of product cost(s) for this particular validator

0 comments on commit 0647ffe

Please sign in to comment.