Skip to content

Commit 96e9b51

Browse files
committed
fix sequence number
1 parent 6f12fc9 commit 96e9b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flow/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const getAuthorization = (keyIndex: number) => {
99
return (account: {addr?: string} = {}) => {
1010
return {
1111
...account,
12-
sequenceNum: 0,
12+
sequenceNum: null,
1313
tempId: `${account.addr}-${keyIndex}`,
1414
addr: fcl.sansPrefix(publicConfig.signerAddress) || "",
1515
keyId: keyIndex,

0 commit comments

Comments
 (0)