mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-18 18:03:07 +00:00
fix: formatting
This commit is contained in:
parent
65ce23b9e1
commit
d79ac3f9a8
@ -326,7 +326,10 @@ impl WalletCore {
|
||||
}
|
||||
|
||||
// TODO: handle large Err-variant properly
|
||||
#[expect(clippy::result_large_err, reason = "ExecutionFailureKind is large, tracked by TODO")]
|
||||
#[expect(
|
||||
clippy::result_large_err,
|
||||
reason = "ExecutionFailureKind is large, tracked by TODO"
|
||||
)]
|
||||
pub async fn send_privacy_preserving_tx(
|
||||
&self,
|
||||
accounts: Vec<PrivacyPreservingAccount>,
|
||||
|
||||
@ -9,11 +9,17 @@ pub mod private;
|
||||
pub mod public;
|
||||
pub mod shielded;
|
||||
|
||||
#[expect(clippy::multiple_inherent_impl, reason = "impl blocks split across multiple files for organization")]
|
||||
#[expect(
|
||||
clippy::multiple_inherent_impl,
|
||||
reason = "impl blocks split across multiple files for organization"
|
||||
)]
|
||||
pub struct NativeTokenTransfer<'wallet>(pub &'wallet WalletCore);
|
||||
|
||||
// TODO: handle large Err-variant properly
|
||||
#[expect(clippy::result_large_err, reason = "ExecutionFailureKind is large, tracked by TODO")]
|
||||
#[expect(
|
||||
clippy::result_large_err,
|
||||
reason = "ExecutionFailureKind is large, tracked by TODO"
|
||||
)]
|
||||
fn auth_transfer_preparation(
|
||||
balance_to_move: u128,
|
||||
) -> (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user