Skip to content

Commit 544e9ab

Browse files
committed
feat: add serialize to cost synthesis
1 parent 80ce707 commit 544e9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/src/vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub struct ExecutionResult {
127127
pub diagnostics: Vec<Diagnostic>,
128128
}
129129

130-
#[derive(Clone, Debug)]
130+
#[derive(Clone, Debug, Serialize)]
131131
pub struct CostSynthesis {
132132
pub total: ExecutionCost,
133133
pub limit: ExecutionCost,

0 commit comments

Comments
 (0)