diff --git a/ocp/worker/swap/util.go b/ocp/worker/swap/util.go index 82c85de..e7918db 100644 --- a/ocp/worker/swap/util.go +++ b/ocp/worker/swap/util.go @@ -246,7 +246,7 @@ func (p *runtime) notifySwapFinalized(ctx context.Context, swapRecord *swap.Reco } valueReceived := fundingIntentRecord.SendPublicPaymentMetadata.NativeAmount - if !isBuy { + if !common.IsCoreMint(fromMint) { valueReceived = 0.99 * valueReceived }