File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public async Task<int> TotalSupply(string tokenId)
100
100
/// </summary>
101
101
public async Task < TransactionResult > SetApprovalForAll ( string contractToApprove , bool approved )
102
102
{
103
- return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "isApproved " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
103
+ return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "setApprovalForAll " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
104
104
}
105
105
106
106
/// <summary>
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public async Task<int> TotalUnclaimedSupply()
119
119
/// </summary>
120
120
public async Task < TransactionResult > SetApprovalForAll ( string contractToApprove , bool approved )
121
121
{
122
- return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "isApproved " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
122
+ return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "setApprovalForAll " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
123
123
}
124
124
125
125
/// <summary>
You can’t perform that action at this time.
0 commit comments