Skip to content

Commit

Permalink
verifyAppReceiptData fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jairajdev committed May 23, 2024
1 parent 94ab903 commit 81f33fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shardeum/verifyAppReceiptData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const verifyAppReceiptData = async (
Logger.mainLogger.error(
`The receipt has 0 amountSpent and status 0 but has state updated accounts! ${receipt.tx.txId} , ${receipt.cycle} , ${receipt.tx.timestamp}`
)
break
}
}
}
Expand Down

0 comments on commit 81f33fd

Please sign in to comment.