Merge branch '0xfnzero:main' into dev-work

This commit is contained in:
Estereg
2026-03-08 03:41:13 -03:00
committed by GitHub
3 changed files with 19 additions and 18 deletions
@@ -31,6 +31,9 @@ pub fn merge(instruction_event: &mut DexEvent, cpi_log_event: DexEvent) {
e.cashback_fee_basis_points = cpie.cashback_fee_basis_points;
e.cashback = cpie.cashback;
e.is_cashback_coin = cpie.is_cashback_coin;
if cpie.account.is_some() {
e.account = cpie.account;
}
}
_ => {}
},