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 1cf3950 commit 25305efCopy full SHA for 25305ef
stackslib/src/chainstate/stacks/db/transactions.rs
@@ -1265,7 +1265,7 @@ impl StacksChainState {
1265
// Beginning in epoch 3.0, smart contracts are compiled to Wasm
1266
// and executed using the Wasm runtime.
1267
if epoch_id >= StacksEpochId::Epoch30 {
1268
- // Compile the contract to Wasm
+ debug!("Compiling the contract to wasm binary");
1269
let mut module = compile_contract(contract_analysis.clone()).map_err(|e| {
1270
Error::ClarityError(clarity_error::Wasm(WasmError::WasmGeneratorError(
1271
e.message(),
0 commit comments