We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafae4b commit 15b20ceCopy full SHA for 15b20ce
stackslib/src/chainstate/stacks/transaction.rs
@@ -5077,7 +5077,7 @@ mod test {
5077
5078
// auth is standard and first & third auth fields are signatures for (un)compressed keys.
5079
// 2nd field is the 2nd public key
5080
- if let TransactionAuth::Standard(TransactionSpendingCondition::Multisig) =
+ if let TransactionAuth::Standard(TransactionSpendingCondition::Multisig(data)) =
5081
&signed_tx.auth
5082
{
5083
assert_eq!(data.signer, origin_address.bytes);
0 commit comments