Skip to content

Commit

Permalink
Remove todos that are no longer needed as they are done
Browse files Browse the repository at this point in the history
  • Loading branch information
BellringerQuinn committed Dec 1, 2023
1 parent f8e7498 commit 1b0577e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/SequenceExamples/Scripts/UI/WaaSDemoPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ public void SendErc721Transfer()

public void SendErc1155Transfer()
{
// Todo fix
_wallet.SendTransaction(new SendTransactionArgs(
_address, Chain.Polygon, new SequenceSDK.WaaS.Transaction[]
{
Expand Down Expand Up @@ -245,7 +244,6 @@ private async Task DoSendMultipleWithAdapter2()

public void DelayedEncode()
{
// Todo fix
_wallet.SendTransaction(new SendTransactionArgs(
_address, Chain.Polygon, new SequenceSDK.WaaS.Transaction[]
{
Expand Down

0 comments on commit 1b0577e

Please sign in to comment.