Skip to content

Commit 26c9542

Browse files
Fix intellisence summary
1 parent 48fbcfb commit 26c9542

File tree

1 file changed

+0
-2
lines changed
  • Packages/Sequence-Unity/Sequence/SequenceSDK/Marketplace

1 file changed

+0
-2
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Marketplace/ISwap.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public interface ISwap
1717
/// <param name="buyCurrency"></param>
1818
/// <param name="sellCurrency"></param>
1919
/// <param name="buyAmount"></param>
20-
/// <param name="slippagePercent">the maximum slippage percentage allowed</param>
2120
/// <returns></returns>
22-
[Obsolete("Swap provider no longer supports fetching swap prices without provider the user's wallet address")]
2321
public Task<SwapPrice> GetSwapPrice(Address userWallet, Address buyCurrency, Address sellCurrency, string buyAmount);
2422

2523
/// <summary>

0 commit comments

Comments
 (0)