Skip to content

Commit

Permalink
Correct nonce mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Dec 4, 2023
1 parent fdc3009 commit ee6819c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sync/upstream/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export async function processUpstreamEvents(
downstreamAccount,
downstreamNetworkId,
downstreamGenesisHash,
downstreamNextTxNonce + BigInt(unloadGarageEvents.length),
downstreamNextTxNonce +
BigInt(unloadGarageEventsWithValidMemo.length),
)),
];

Expand Down

0 comments on commit ee6819c

Please sign in to comment.