mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-16 11:23:16 +00:00
fix: lint fix 1
This commit is contained in:
parent
c70c08abf3
commit
dfd28b423b
@ -134,9 +134,7 @@ impl WalletSubcommand for AuthTransferSubcommand {
|
|||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
||||||
} else {
|
} else {
|
||||||
@ -155,9 +153,7 @@ impl WalletSubcommand for AuthTransferSubcommand {
|
|||||||
|
|
||||||
println!("Transaction data is {transfer_tx:?}");
|
println!("Transaction data is {transfer_tx:?}");
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::Empty)
|
Ok(SubcommandReturnValue::Empty)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -135,9 +135,7 @@ impl WalletSubcommand for TokenProgramAgnosticSubcommand {
|
|||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
||||||
} else {
|
} else {
|
||||||
@ -191,9 +189,7 @@ impl WalletSubcommand for TokenProgramAgnosticSubcommand {
|
|||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
||||||
} else {
|
} else {
|
||||||
@ -240,9 +236,7 @@ impl WalletSubcommand for TokenProgramAgnosticSubcommand {
|
|||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
||||||
} else {
|
} else {
|
||||||
@ -292,9 +286,7 @@ impl WalletSubcommand for TokenProgramAgnosticSubcommand {
|
|||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
let path = wallet_core.store_persistent_data().await?;
|
wallet_core.store_persistent_data().await?;
|
||||||
|
|
||||||
println!("Stored persistent accounts at {path:#?}");
|
|
||||||
|
|
||||||
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
Ok(SubcommandReturnValue::PrivacyPreservingTransfer { tx_hash })
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user