Skip to content

Commit

Permalink
move tendermint tokens enabler to a todo
Browse files Browse the repository at this point in the history
this was too involved into HD wallet stuff and couldn't add it easily. Defering this as it will take some time/getting familiar with some tendermint & HD wallet constructs
  • Loading branch information
mariocynicys committed Sep 15, 2024
1 parent 0ea6367 commit c051400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mm2src/mm2_core/src/data_asker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl MmCtx {
"data": data
});

// FIXME: This event will be broadcasted to all the clients. We should only hand it to one client?
self.event_stream_manager
.broadcast_all(Event::new(format!("{EVENT_NAME}:{data_type}"), input));

Expand Down
2 changes: 1 addition & 1 deletion mm2src/mm2_main/src/rpc/dispatcher/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ async fn rpc_task_dispatcher(
)
.await
},
// // FIXME: tendermint tokens
// // TODO: tendermint tokens
// "enable_tendermint_token::cancel" => handle_mmrpc(ctx, request, cancel_init_token::<TendermintToken>).await,
// "enable_tendermint_token::init" => handle_mmrpc(ctx, request, init_token::<TendermintToken>).await,
// "enable_tendermint_token::status" => handle_mmrpc(ctx, request, init_token_status::<TendermintToken>).await,
Expand Down

0 comments on commit c051400

Please sign in to comment.