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 515a90d commit df7849aCopy full SHA for df7849a
stackslib/src/chainstate/stacks/db/transactions.rs
@@ -10311,7 +10311,8 @@ pub mod test {
10311
let signed_call_foo_tx_clar2 = signer.get_tx().unwrap();
10312
10313
// Build callable argument typed to the trait <foo>
10314
- let foo_impl_qci = QualifiedContractIdentifier::parse(&format!("{}.foo-impl", &addr)).unwrap();
+ let foo_impl_qci =
10315
+ QualifiedContractIdentifier::parse(&format!("{}.foo-impl", &addr)).unwrap();
10316
let trait_id = TraitIdentifier::new(
10317
StandardPrincipalData::from(addr.clone()),
10318
ContractName::from("foo"),
0 commit comments