There was an error while loading. Please reload this page.
1 parent 53ccb43 commit 9eaf48aCopy full SHA for 9eaf48a
1 file changed
protocol-zap/src/utils/mod.rs
@@ -31,7 +31,7 @@ fn validate_zap_parameters(
31
return Err(ProtozolZapError::InvalidZapOutParameters);
32
}
33
34
- if zap_params.max_swap_amount >= max_claim_amount {
+ if zap_params.max_swap_amount != max_claim_amount {
35
36
37
0 commit comments