diff --git a/xpallets/gateway/common/src/lib.rs b/xpallets/gateway/common/src/lib.rs index 569e965..80dc018 100644 --- a/xpallets/gateway/common/src/lib.rs +++ b/xpallets/gateway/common/src/lib.rs @@ -1381,6 +1381,7 @@ impl Pallet { WithdrawalLimit, ), > = xpallet_gateway_records::Pallet::::pending_withdrawal_set() + .filter(|(_, record)| record.asset_id() == *asset_id) .map(|(id, record)| { ( id,