We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d75cd commit 42c41cfCopy full SHA for 42c41cf
contracts/dao/neutron-chain-manager/src/contract.rs
@@ -398,7 +398,7 @@ fn check_dex_update_msg_params(
398
return Err(ContractError::Unauthorized {});
399
}
400
401
- if dex_params.params.whitelisted_lps != msg_update_params.params.whitelisted_lps
+ if dex_params.whitelisted_lps != msg_update_params.whitelisted_lps
402
&& !dex_update_param_permission.whitelisted_lps
403
{
404
0 commit comments