Skip to content

Commit

Permalink
Fix referral code mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Dec 2, 2024
1 parent 8bcb392 commit 3f1d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facets/DeBridgeDlnFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ contract DeBridgeDlnFacet is ILiFi, ReentrancyGuard, SwapperV2, Validatable {
orderId = dlnSource.createOrder{ value: _bridgeData.minAmount }(
orderCreation,
"",
0,
REFERRAL_CODE,
""
);
}
Expand Down

0 comments on commit 3f1d103

Please sign in to comment.