in cli call

This commit is contained in:
NikVolf
2016-03-27 03:45:43 +03:00
parent a37647b3d1
commit 32fd35843f
2 changed files with 2 additions and 3 deletions

View File

@@ -154,7 +154,6 @@ impl AccountService {
pub fn unlock_account_no_expire(&self, account: &Address, pass: &str) -> Result<(), EncryptedHashMapError> {
self.secret_store.write().unwrap().unlock_account_with_expiration(account, pass, None)
}
}