Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Jul 31, 2024
1 parent 9cbd0c5 commit 1a40098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/helpers/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ pub async fn setup_latest_block_number(kv: &KvManager) -> Result<(), KvError> {
}
let exists_result_reshare =
kv.kv().exists(LATEST_BLOCK_NUMBER_RESHARE).await.expect("issue querying DB");
if !exists_result_new_user {
if !exists_result_reshare {
let reservation = kv
.kv()
.reserve_key(LATEST_BLOCK_NUMBER_RESHARE.to_string())
Expand Down

0 comments on commit 1a40098

Please sign in to comment.