Skip to content

Commit 146ca51

Browse files
committed
fix: emit receipt for costs-4 deploy
1 parent dc555b4 commit 146ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/clarity_vm/clarity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ impl<'a, 'b> ClarityBlockConnection<'a, 'b> {
19181918
}
19191919

19201920
info!("Epoch 3.3 initialized");
1921-
(old_cost_tracker, Ok(vec![]))
1921+
(old_cost_tracker, Ok(vec![costs_4_initialization_receipt]))
19221922
})
19231923
}
19241924

0 commit comments

Comments
 (0)