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

extractSigners does not work properly with stable cadence #140

Open
austinkline opened this issue Apr 18, 2024 · 0 comments
Open

extractSigners does not work properly with stable cadence #140

austinkline opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@austinkline
Copy link

Problem

When submitting a transaction using stable cadence syntax, the method extractSigners incorrectly flags something as having more signers than it really does

Steps to Reproduce

transaction {
  prepare(acct: auth(Storage, Capabilities) &Account) { 
    // ...
  }
}

Acceptance Criteria

The correct number of signers is pulled for stable cadence syntax

Context

I was trying to ensure my transactions worked on the emerald city script runner and it doesn't support multi-sig transactions. It uses flow-cadut to pull how many signers there are

@austinkline austinkline added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant