Skip to content

Commit d70d57f

Browse files
committedJan 15, 2025
nit
1 parent fcacdaf commit d70d57f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎lib/ibc-solidity/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use schemars::schema::SchemaObject;
2-
31
macro_rules! maybe_sol_attr {
42
(
53
alloy::sol! {
@@ -625,6 +623,7 @@ maybe_sol_attr! {
625623
}
626624

627625
#[cfg(feature = "schemars")]
626+
/// We need a custom implementation because alloy::Bytes doesn't implement JsonSchema
628627
impl schemars::JsonSchema for Channel {
629628
fn schema_name() -> String {
630629
"Channel".to_string()

0 commit comments

Comments
 (0)