We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df02159 commit 68516f8Copy full SHA for 68516f8
src/server/grpc/p2pool.rs
@@ -133,7 +133,7 @@ where S: ShareChain
133
let pow_algo = block.original_header.pow.pow_algo;
134
match pow_algo {
135
PowAlgorithm::RandomX => {
136
- if !self.are_we_synced_with_randomx_p2pool.load(Ordering::Relaxed) {
+ if !self.are_we_synced_with_randomx_p2pool.load(Ordering::Seq) {
137
info!(target: LOG_TARGET, "We are not synced yet, not submitting block atm");
138
return Ok(());
139
}
0 commit comments