Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
remove ModuleCallJsonSchema derive
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 21, 2024
1 parent 74dde76 commit afbf2ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/sov-ibc-transfer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub use rpc::*;
#[derive(Debug, Clone, Serialize, Deserialize, Eq, PartialEq)]
pub struct TransferConfig {}

#[cfg_attr(feature = "native", derive(sov_modules_api::ModuleCallJsonSchema))]
#[derive(ModuleInfo, Clone)]
pub struct IbcTransfer<S: Spec> {
/// Id of the module.
Expand Down
1 change: 0 additions & 1 deletion modules/sov-ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub struct ExampleModuleConfig {}
/// module naming convention used throughout the codebase, ensuring created
/// prefixes by modules are in harmony.
#[derive(ModuleInfo, Clone)]
#[cfg_attr(feature = "native", derive(sov_modules_api::ModuleCallJsonSchema))]
pub struct Ibc<S: Spec> {
#[id]
pub id: ModuleId,
Expand Down

0 comments on commit afbf2ab

Please sign in to comment.