Skip to content

Commit

Permalink
Update src/zksync/utils/parseEip712Transaction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: jxom <[email protected]>
  • Loading branch information
danijelTxFusion and jxom authored Nov 9, 2024
1 parent a4967c8 commit 4d934e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zksync/utils/parseEip712Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function constructEip712Transaction(
return value
}

function handleArrayToPaymaster(arr: Hex[]): PaymasterParams | undefined {
function parsePaymasterArray(arr: Hex[]) {
if (arr.length === 0) {
return undefined
}
Expand Down

0 comments on commit 4d934e1

Please sign in to comment.