Skip to content

Commit

Permalink
Set eth_to_cosmos correct time to wait
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Jun 6, 2022
1 parent b1eb319 commit 95022cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/gbt/src/client/eth_to_cosmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub async fn eth_to_cosmos(args: EthToCosmosOpts, prefix: String) -> Result<(),
}
}
info!(
"Your tokens should show up in the account {} on Gravity Bridge within 5 minutes",
"Your tokens should show up in the account {} on Gravity Bridge within 10 minutes",
cosmos_dest
);
Ok(())
Expand Down

0 comments on commit 95022cf

Please sign in to comment.