Skip to content

Commit

Permalink
remove old IBC logics
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Dec 18, 2024
1 parent 3368dec commit 8696db6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 348 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion mm2src/coins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ nom = "6.1.2"
mm2_core = { path = "../mm2_core" }
mm2_err_handle = { path = "../mm2_err_handle" }
mm2_event_stream = { path = "../mm2_event_stream" }
mm2_git = { path = "../mm2_git" }
mm2_io = { path = "../mm2_io" }
mm2_metrics = { path = "../mm2_metrics" }
mm2_net = { path = "../mm2_net" }
Expand Down
1 change: 0 additions & 1 deletion mm2src/coins/rpc_command/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ pub mod init_create_account;
pub mod init_scan_for_new_addresses;
pub mod init_withdraw;
#[cfg(not(target_arch = "wasm32"))] pub mod lightning;
pub mod tendermint;
35 changes: 0 additions & 35 deletions mm2src/coins/rpc_command/tendermint/ibc_chains.rs

This file was deleted.

105 changes: 0 additions & 105 deletions mm2src/coins/rpc_command/tendermint/ibc_transfer_channels.rs

This file was deleted.

12 changes: 0 additions & 12 deletions mm2src/coins/rpc_command/tendermint/mod.rs

This file was deleted.

Loading

0 comments on commit 8696db6

Please sign in to comment.