chore: fix some comments

Signed-off-by: goodactive <goodactive@qq.com>
This commit is contained in:
goodactive 2024-12-06 21:06:50 +08:00
parent d646c13d9a
commit c9de7dc0d6
3 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ fn coin_list_view<'a>(
Row::new()
.spacing(5)
.push(
// It it not possible to know if a coin is a
// It is not possible to know if a coin is a
// change coin or not so for now, From is
// enough
p1_regular("From").style(color::GREY_3),
@ -98,7 +98,7 @@ fn coin_list_view<'a>(
Row::new()
.spacing(5)
.push(
// It it not possible to know if a coin is a
// It is not possible to know if a coin is a
// change coin or not so for now, From is
// enough
p1_regular("From").style(color::GREY_3),

View File

@ -442,7 +442,7 @@ fn coin_list_view<'a>(
Row::new()
.spacing(5)
.push(
// It it not possible to know if a coin is a
// It is not possible to know if a coin is a
// change coin or not so for now, From is
// enough
p1_regular("From").style(color::GREY_3),

View File

@ -413,7 +413,7 @@ pub async fn install_local_wallet(
daemon_config_path.canonicalize().map_err(|e| {
Error::Unexpected(format!("Failed to canonicalize daemon config path: {}", e))
})?,
// Installer started a bitcoind, it is expected that gui will start it on on startup
// Installer started a bitcoind, it is expected that gui will start it on startup
ctx.internal_bitcoind.is_some(),
))
.map_err(|e| Error::Unexpected(format!("Failed to serialize gui config: {}", e)))?