Skip to content

Commit

Permalink
Fixed Tuple Name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncookiez committed Jan 6, 2023
1 parent 6c08679 commit 554a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User.ts
Expand Up @@ -307,7 +307,7 @@ export class User extends PrizePool {

const formattedPermitSignature = formatEIP2612SignatureTuple(permitSignature)
const formattedDelegateSignature = {
address: to || usersAddress,
delegate: to || usersAddress,
signature: formatEIP2612SignatureTuple(delegateSignature)
}

Expand Down

0 comments on commit 554a491

Please sign in to comment.