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

[Multisig V2] Multisig payload simulation inaccurately estimates the gas cost #12704

Open
junkil-park opened this issue Mar 27, 2024 · 0 comments
Assignees

Comments

@junkil-park
Copy link
Contributor

Executing multisig payloads fails due to inaccurate gas estimation.

How to reproduce

$ aptos multisig execute-with-payload \
  --multisig-address $MULTI_ADDR \
  --function-id 0x1::multisig_account::remove_owner \
    --args address:"$D_ADDR" \
  --profile local_a

{
  "Error": "API error: Unknown error Transaction committed on chain, but failed execution: Out of gas"
}

Expected output

The simulation accurately estimates the gas cost, and the execution succeeds.

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

No branches or pull requests

1 participant