Skip to content

Commit

Permalink
Update crates/threshold-signature-server/src/helpers/launch.rs
Browse files Browse the repository at this point in the history
Co-authored-by: peg <[email protected]>
  • Loading branch information
JesseAbram and ameba23 authored Jul 31, 2024
1 parent e0858e6 commit 9cbd0c5
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 @@ -375,7 +375,7 @@ pub async fn setup_latest_block_number(kv: &KvManager) -> Result<(), KvError> {
.await
.expect("failed to update latest block number");
}
let exists_result_new_user =
let exists_result_reshare =
kv.kv().exists(LATEST_BLOCK_NUMBER_RESHARE).await.expect("issue querying DB");
if !exists_result_new_user {
let reservation = kv
Expand Down

0 comments on commit 9cbd0c5

Please sign in to comment.