fix: predicate generator network

This commit is contained in:
Ludo Galabru
2023-04-18 10:26:50 -04:00
parent 83ffcc02ae
commit 8f0ae216c8

View File

@@ -417,7 +417,7 @@ async fn handle_command(opts: Opts, ctx: Context) -> Result<(), String> {
(true, false) => {
let mut networks = BTreeMap::new();
networks.insert(StacksNetwork::Simnet, StacksChainhookNetworkSpecification {
networks.insert(StacksNetwork::Testnet, StacksChainhookNetworkSpecification {
start_block: Some(0),
end_block: Some(100),
predicate: StacksPredicate::PrintEvent(StacksPrintEventBasedPredicate {