We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5879e commit 00c3d81Copy full SHA for 00c3d81
rust/signed_doc/examples/mk_signed_doc.rs
@@ -119,7 +119,7 @@ fn decode_signed_doc(cose_bytes: &[u8]) {
119
println!("This is a valid Catalyst Signed Document.");
120
println!("{cat_signed_doc}");
121
},
122
- Err(e) => eprintln!("Invalid Cataylyst Signed Document, err: {e}"),
+ Err(e) => eprintln!("Invalid Catalyst Signed Document, err: {e}"),
123
}
124
125
0 commit comments