parity_getVaultMeta && parity_setVaultMeta (#4475)

This commit is contained in:
Svyatoslav Nikolsky
2017-02-08 15:53:39 +03:00
committed by Gav Wood
parent b0248cad0b
commit a92bf65181
10 changed files with 162 additions and 23 deletions

View File

@@ -158,7 +158,7 @@ impl<T> DiskDirectory<T> where T: KeyFileManager {
Ok(account)
}
/// Get key file manager
/// Get key file manager referece
pub fn key_manager(&self) -> &T {
&self.key_manager
}