Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed Jun 24, 2024
1 parent 95ecb26 commit c95eda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain-listener/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ impl ChainListener {

/// Returns true if global nonce was updated
async fn set_global_nonce(&mut self, global_nonce: GlobalNonce) -> bool {
self.global_nonce = self.global_nonce;
self.global_nonce = global_nonce;
self.proof_tracker.set_global_nonce(global_nonce).await
}

Expand Down

0 comments on commit c95eda4

Please sign in to comment.