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