You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting a transaction using stable cadence syntax, the method extractSigners incorrectly flags something as having more signers than it really does
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
The text was updated successfully, but these errors were encountered:
Problem
When submitting a transaction using stable cadence syntax, the method
extractSigners
incorrectly flags something as having more signers than it really doesSteps to Reproduce
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
The text was updated successfully, but these errors were encountered: