Skip to content

Commit

Permalink
fix: fix invalid signature
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Mar 9, 2024
1 parent 1a3b769 commit 08eeddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/ui/src/networks/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ export type ReadOnlyNetworkActions = {
connectorType: Connector,
account: string,
proposal: Proposal,
choice: Choice,
privacy: Privacy
choice: Choice
): Promise<any>;
send(envelope: any): Promise<any>;
};
Expand Down

0 comments on commit 08eeddd

Please sign in to comment.