Skip to content

Commit

Permalink
chore: fully qualify variants for TransactionSpecifications (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Jun 17, 2024
1 parent a543e86 commit e354885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ impl StacksDevnetConfig {
TransactionSpecification::EmulatedContractCall(_) | TransactionSpecification::EmulatedContractPublish(_) => {
return Err(format!("devnet deployment plans do not support emulated-contract-calls or emulated-contract-publish types"))
}
_ => {}
TransactionSpecification::ContractCall(_) => {},
TransactionSpecification::BtcTransfer(_) => {},
TransactionSpecification::StxTransfer(_) => {},
}
}
}
Expand Down

0 comments on commit e354885

Please sign in to comment.