Skip to content

Commit 630c339

Browse files
committed
chore: add wasm logging debug
1 parent 36f9445 commit 630c339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackslib/src/chainstate/stacks/db/transactions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,7 @@ impl StacksChainState {
12641264

12651265
// Beginning in epoch 3.0, smart contracts are compiled to Wasm
12661266
// and executed using the Wasm runtime.
1267+
debug!("Before Epoch 3.0 check");
12671268
if epoch_id >= StacksEpochId::Epoch30 {
12681269
debug!("Compiling the contract to wasm binary");
12691270
let mut module = compile_contract(contract_analysis.clone()).map_err(|e| {

0 commit comments

Comments
 (0)