Skip to content

Commit 556ec0c

Browse files
committed
fixes
1 parent adf0672 commit 556ec0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chain-liveness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
echo "Bob's final balance: $FINAL_BALANCE"
288288
289289
# calculate and verify the expected balance
290-
EXPECTED_BALANCE=$((INITIAL_BALANCE - 100))
290+
EXPECTED_BALANCE=$((INITIAL_BALANCE - 10000100))
291291
if [ "$FINAL_BALANCE" != "$EXPECTED_BALANCE" ]; then
292292
echo "Error: Balance mismatch. Expected: $EXPECTED_BALANCE, Actual: $FINAL_BALANCE"
293293
exit 1

0 commit comments

Comments
 (0)