Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(py-sdk): can't submit Validator call w/ gasPrice field #116

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading