Skip to content

Commit 0e67220

Browse files
authored
Merge pull request #5534 from stacks-network/feat/serialize-cost-synthesis
feat: add serialize to cost synthesis
2 parents 80ce707 + 544e9ab commit 0e67220

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)