Skip to content

Commit 25305ef

Browse files
committed
chore: add wasm logging debug
1 parent 1cf3950 commit 25305ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ impl StacksChainState {
12651265
// Beginning in epoch 3.0, smart contracts are compiled to Wasm
12661266
// and executed using the Wasm runtime.
12671267
if epoch_id >= StacksEpochId::Epoch30 {
1268-
// Compile the contract to Wasm
1268+
debug!("Compiling the contract to wasm binary");
12691269
let mut module = compile_contract(contract_analysis.clone()).map_err(|e| {
12701270
Error::ClarityError(clarity_error::Wasm(WasmError::WasmGeneratorError(
12711271
e.message(),

0 commit comments

Comments
 (0)