Merge #1493: chore: fix some comments
c9de7dc0d630697b3c41846339c7df974d4eee9d chore: fix some comments (goodactive)
Pull request description:
fix some comments
ACKs for top commit:
jp1ac4:
ACK c9de7dc0d6.
Tree-SHA512: 97382f2579da93aeb6e7b0d07919c4277815589c540cc6b018ed7506d76c8e13c98cbbc857149e076da9b12b20a095d37801a3ab33acf7fd15cf9bb0106d868f
This commit is contained in:
commit
bbeca4d416
@ -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),
|
||||
|
||||
@ -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),
|
||||
|
||||
@ -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)))?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user