Skip to content

Commit 42c41cf

Browse files
committed
fix typo
1 parent a9d75cd commit 42c41cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/dao/neutron-chain-manager/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ fn check_dex_update_msg_params(
398398
return Err(ContractError::Unauthorized {});
399399
}
400400

401-
if dex_params.params.whitelisted_lps != msg_update_params.params.whitelisted_lps
401+
if dex_params.whitelisted_lps != msg_update_params.whitelisted_lps
402402
&& !dex_update_param_permission.whitelisted_lps
403403
{
404404
return Err(ContractError::Unauthorized {});

0 commit comments

Comments
 (0)