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: remove duplicate builder.with_arg in wallet call #3372

Merged
merged 3 commits into from
Sep 19, 2023

Conversation

ericswanson-dfinity
Copy link
Member

Description

When making a call with the wallet, we had two calls to builder.with_arg(). With the current agent this (probably) just adds a parameter that will be ignored, but with the 0.27.0 rust agent this causes a argument is being set more than once panic.

This will fix the e2e failures on #3370

How Has This Been Tested?

Existing e2e tests.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • (no need) I have made corresponding changes to the documentation.

@ericswanson-dfinity ericswanson-dfinity changed the title fix: remove duplicate .with_arg in wallet call fix: remove duplicate builder.with_arg in wallet call Sep 19, 2023
@mergify mergify bot merged commit ae5b70e into master Sep 19, 2023
171 checks passed
@mergify mergify bot deleted the remove-duplicate-with-args branch September 19, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants