Ran prettier
This commit is contained in:
committed by
Amir Bandeali
parent
041bf9b54e
commit
0b38289703
@@ -26,11 +26,7 @@ export const hashUtils = {
|
||||
approvalExpirationTimeSeconds: BigNumber,
|
||||
): string {
|
||||
const hashHex = `0x${hashUtils
|
||||
.getApprovalHashBuffer(
|
||||
transaction,
|
||||
verifyingContractAddress,
|
||||
txOrigin, approvalExpirationTimeSeconds,
|
||||
)
|
||||
.getApprovalHashBuffer(transaction, verifyingContractAddress, txOrigin, approvalExpirationTimeSeconds)
|
||||
.toString('hex')}`;
|
||||
return hashHex;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user