improve naming

This commit is contained in:
Simon Laux
2022-06-28 13:25:41 +02:00
parent 4779383401
commit c14e5086d7
5 changed files with 46 additions and 46 deletions

View File

@@ -39,7 +39,7 @@ impl CommandApi {
}
}
pub fn new_from_cffi(accounts: Arc<RwLock<Accounts>>) -> Self {
pub fn new_from_arc(accounts: Arc<RwLock<Accounts>>) -> Self {
CommandApi { accounts }
}