Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Mar 26, 2024
1 parent 2357e1d commit 81a61c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utils/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ export const encodeFunction = (
}
};

export const encodeProposalTransaction = (
functionName: string,
signature: string,
data: any,
) => {
export const encodeProposalTransaction = (functionName: string, signature: string, data: any) => {
return new utils.Interface([signature]).encodeFunctionData(functionName, data);
};

Expand Down

0 comments on commit 81a61c8

Please sign in to comment.