mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
Compare commits
No commits in common. "a4dd88f2b8d0a72d271d86b2c56d0e4e24c66c50" and "1d48cb1ea7d24e27dca2b04934e20eaab3605619" have entirely different histories.
a4dd88f2b8
...
1d48cb1ea7
@ -100,7 +100,7 @@ async fn request_miner_id(
|
||||
.retries(3)
|
||||
.await
|
||||
.map_err(|e| format!("Fail to execute mine answer transaction: {:?}", e))?
|
||||
.ok_or("Request miner id transaction dropped after 3 retries")?;
|
||||
.ok_or("Request miner id transaction dropped after 3 retires")?;
|
||||
|
||||
let first_log = receipt
|
||||
.logs
|
||||
|
@ -167,11 +167,12 @@ impl Submitter {
|
||||
.await
|
||||
.map_err(|e| format!("Fail to execute mine answer transaction: {:?}", e))?
|
||||
.ok_or(format!(
|
||||
"Mine answer transaction dropped after {} retries",
|
||||
"Mine answer transaction dropped after {} retires",
|
||||
SUBMISSION_RETIES
|
||||
))?;
|
||||
|
||||
info!("Submit PoRA success, receipt: {:?}", receipt);
|
||||
info!("Submit PoRA success");
|
||||
debug!("Receipt: {:?}", receipt);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user