diff --git a/src/pages/komodo-defi-framework/api/legacy/coin_activation/index.mdx b/src/pages/komodo-defi-framework/api/legacy/coin_activation/index.mdx index 1f184b60..fac923b6 100644 --- a/src/pages/komodo-defi-framework/api/legacy/coin_activation/index.mdx +++ b/src/pages/komodo-defi-framework/api/legacy/coin_activation/index.mdx @@ -220,8 +220,11 @@ Komodo DeFi Framework is a true cross chain, cross protocol Decentralized Exchan "result": "success" } ``` + + + - #### Response (Error, `mm2` is not set) + #### Error responses If mm2 is not set in either the command or your `coins` file, you will see the following error: @@ -230,7 +233,23 @@ Komodo DeFi Framework is a true cross chain, cross protocol Decentralized Exchan "error": "lp_coins:943] lp_coins:693] mm2 param is not set neither in coins config nor enable request, assuming that coin is not supported" } ``` - + + If min_connected is < 1, you will see the following error: + + ```json + { + "error":"rpc:184] dispatcher_legacy:141] lp_commands_legacy:141] lp_coins:4462] utxo_standard:73] utxo_coin_builder:616] Internal error: manager:129] min_connected should be greater than 0" + } + ``` + + If max_connected is < min_connected, you will see the following error: + + ```json + { + "error": "rpc:184] dispatcher_legacy:141] lp_commands_legacy:141] lp_coins:4462] utxo_standard:73] utxo_coin_builder:616] Internal error: manager:132] min_connected (2) must be <= max_connected (1)" + } + ``` + ## Enable Method