mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
Merge 85bda191a6
into 702680f3a4
This commit is contained in:
commit
ca5158906d
@ -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 retires")?;
|
||||
.ok_or("Request miner id transaction dropped after 3 retries")?;
|
||||
|
||||
let first_log = receipt
|
||||
.logs
|
||||
|
@ -167,7 +167,7 @@ impl Submitter {
|
||||
.await
|
||||
.map_err(|e| format!("Fail to execute mine answer transaction: {:?}", e))?
|
||||
.ok_or(format!(
|
||||
"Mine answer transaction dropped after {} retires",
|
||||
"Mine answer transaction dropped after {} retries",
|
||||
SUBMISSION_RETIES
|
||||
))?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user