Skip to content

Commit

Permalink
flamenco: abort on mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhargava-jump committed Jan 8, 2025
1 parent 82ecf83 commit 866a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flamenco/runtime/fd_bank_hash_cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fd_bank_hash_cmp_check( fd_bank_hash_cmp_t * bank_hash_cmp, ulong slot ) {
cmp->stakes[i] ));
}
}
return 1;
return -1;
} else {
FD_LOG_NOTICE(( "\n\n[Bank Hash Comparison]\n"
"slot: %lu\n"
Expand Down

0 comments on commit 866a216

Please sign in to comment.