Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Sep 13, 2023
1 parent 0545b7e commit 5440ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/state/ViewState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function merge(
let hasCommitment = false;
if (offchainState.moves !== undefined) {
for (const move of offchainState.moves) {
stratagems.computeMove(account.address as `0x${string}`, epochState.epoch + 1, localMoveToContractMove(move));
stratagems.computeMove(account.address as `0x${string}`, epochState.epoch, localMoveToContractMove(move));
}
} else {
for (const txHash of Object.keys(onchainActions)) {
Expand Down

0 comments on commit 5440ccc

Please sign in to comment.