diff --git a/src/account.rs b/src/account.rs index 8fe22726..8144d39b 100644 --- a/src/account.rs +++ b/src/account.rs @@ -41,8 +41,8 @@ impl Account { pub fn from_parts(location: String, private_key: String, data: AccountData) -> Self { Self { location, - private_key, data, + private_key, } }