File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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)
100100 /// </summary>
101101 public async Task < TransactionResult > SetApprovalForAll ( string contractToApprove , bool approved )
102102 {
103- return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "isApproved " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
103+ return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "setApprovalForAll " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
104104 }
105105
106106 /// <summary>
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public async Task<int> TotalUnclaimedSupply()
119119 /// </summary>
120120 public async Task < TransactionResult > SetApprovalForAll ( string contractToApprove , bool approved )
121121 {
122- return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "isApproved " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
122+ return await Bridge . InvokeRoute < TransactionResult > ( getRoute ( "setApprovalForAll " ) , Utils . ToJsonStringArray ( contractToApprove , approved ) ) ;
123123 }
124124
125125 /// <summary>
You can’t perform that action at this time.
0 commit comments