mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-27 12:21:05 +00:00
fix: lint and fmt
This commit is contained in:
parent
2c21abc2d9
commit
228f7591d5
@ -73,6 +73,7 @@ pub async fn fetch_config() -> Result<WalletConfig> {
|
|||||||
let mut file = tokio::fs::OpenOptions::new()
|
let mut file = tokio::fs::OpenOptions::new()
|
||||||
.write(true)
|
.write(true)
|
||||||
.create(true)
|
.create(true)
|
||||||
|
.truncate(true)
|
||||||
.open(config_home.join("wallet_config.json"))
|
.open(config_home.join("wallet_config.json"))
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user