Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Aug 24, 2023
1 parent ff49ba8 commit 8b2173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chopsticks/src/utils/signFake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const signFakeWithApi = async (
api: ApiPromise,
tx: GenericExtrinsic,
addr: string,
options: signFakeOptions = {},
options: SignFakeOptions = {},
) => {
const nonce = options.nonce ?? (await api.query.system.account(addr)).nonce;

Expand Down

0 comments on commit 8b2173c

Please sign in to comment.