Skip to content

Commit 68516f8

Browse files
Update src/server/grpc/p2pool.rs
Co-authored-by: stringhandler <[email protected]>
1 parent df02159 commit 68516f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/grpc/p2pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ where S: ShareChain
133133
let pow_algo = block.original_header.pow.pow_algo;
134134
match pow_algo {
135135
PowAlgorithm::RandomX => {
136-
if !self.are_we_synced_with_randomx_p2pool.load(Ordering::Relaxed) {
136+
if !self.are_we_synced_with_randomx_p2pool.load(Ordering::Seq) {
137137
info!(target: LOG_TARGET, "We are not synced yet, not submitting block atm");
138138
return Ok(());
139139
}

0 commit comments

Comments
 (0)