Skip to content

Commit

Permalink
fixing more lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Corbin authored and briancorbin committed Apr 27, 2023
1 parent fc6bc4d commit 10dab43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions full-service/src/db/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,12 @@ pub trait AccountModel {
///| `import_block_index` | Index of the last block in local ledger database. | |
///| `first_block_index` | Index of the first block when this account may have received funds. | Defaults to 0 if not provided |
///| `next_subaddress_index` | This index represents the next subaddress to be assigned as an address. | This is useful information in case the account is imported elsewhere. |
///| `managed_by_hardware_wallet` | Whether the account is managed by a hardware wallet. | |
///| `conn` | An reference to the pool connection of wallet database | |
///
/// # Returns:
/// * Account
#[allow(clippy::too_many_arguments)]
fn import_view_only(
view_private_key: &RootViewPrivate,
spend_public_key: &RootSpendPublic,
Expand Down

0 comments on commit 10dab43

Please sign in to comment.