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 36f9445 commit 630c339Copy full SHA for 630c339
stackslib/src/chainstate/stacks/db/transactions.rs
@@ -1264,6 +1264,7 @@ impl StacksChainState {
1264
1265
// Beginning in epoch 3.0, smart contracts are compiled to Wasm
1266
// and executed using the Wasm runtime.
1267
+ debug!("Before Epoch 3.0 check");
1268
if epoch_id >= StacksEpochId::Epoch30 {
1269
debug!("Compiling the contract to wasm binary");
1270
let mut module = compile_contract(contract_analysis.clone()).map_err(|e| {
0 commit comments