Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dinev <mitkojc@gmail.com>
  • Loading branch information
dimitar-dinev committed Mar 16, 2023
1 parent 64f08f0 commit d038d4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public class ApproveAllowanceSuite extends HapiSuite {
private static final String HTS_APPROVE_ALLOWANCE_CONTRACT = "HtsApproveAllowance";
private static final String SPENDER = "spender";
private static final String ALLOWANCE_TX = "allowanceTxn";
public static final String APPROVE_SIGNATURE = "Approval(address,address,uint256)";
private static final String APPROVE_SIGNATURE = "Approval(address,address,uint256)";
private static final String APPROVE_FOR_ALL_SIGNATURE = "ApprovalForAll(address,address,bool)";
public static final String CALL_TO = "callTo";

Expand Down

0 comments on commit d038d4f

Please sign in to comment.