Skip to content

Commit bee66a2

Browse files
committed
removing renaming of json Err variant of contract result, too
1 parent 75f3f1e commit bee66a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/std/src/results/contract_result.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pub enum ContractResult<S> {
3636
Ok(S),
3737
/// An error type that every custom error created by contract developers can be converted to.
3838
/// This could potientially have more structure, but String is the easiest.
39-
#[serde(rename = "error")]
4039
Err(String),
4140
}
4241

0 commit comments

Comments
 (0)