Skip to content

Commit 68f687f

Browse files
committed
fix: remove serde skip for ContractContext wasm_module
1 parent 03314b1 commit 68f687f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clarity/src/vm/contexts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ pub struct ContractContext {
229229
// @todo: @hugocaillard: remove pub
230230
// it's only used to know that the contract can be called with wasm
231231
// it should be epoch gated in the future
232-
#[serde(skip)]
233232
pub wasm_module: Option<Vec<u8>>,
234233
}
235234

0 commit comments

Comments
 (0)