Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Oct 11, 2024
1 parent 3bd01ab commit eb01307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm2src/coins/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6285,8 +6285,8 @@ pub async fn eth_coin_from_conf_and_request(
// all spawned futures related to `ETH` coin will be aborted as well.
let abortable_system = try_s!(ctx.abortable_system.create_subsystem());

// Get some eth params from the platform coin, if it is a token being activated
// This is a deprecated method to activate tokens this way. We should eth_coin_from_conf_and_request_v2 instead
// Allow for token to override some eth params from the platform coin.
// This is a deprecated method to activate tokens this way, we should eth_coin_from_conf_and_request_v2 instead
let (max_eth_tx_type, gas_limit, gas_fee_estimator) = {
let coin_type = coin_type.clone();
(async move || -> Result<_, String> {
Expand Down

0 comments on commit eb01307

Please sign in to comment.