Skip to content
Snippets Groups Projects
Commit 466e6bfc authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Small rename

parent eb69b4dc
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ dap_enc_key_t* dap_chain_wallet_get_key( dap_chain_wallet_t * a_wallet,uint32_t ...@@ -139,7 +139,7 @@ dap_enc_key_t* dap_chain_wallet_get_key( dap_chain_wallet_t * a_wallet,uint32_t
DAP_CHAIN_WALLET_INTERNAL_LOCAL(a_wallet); DAP_CHAIN_WALLET_INTERNAL_LOCAL(a_wallet);
if( l_wallet_internal->certs_count > a_pkey_idx ){ if( l_wallet_internal->certs_count > a_pkey_idx ){
return l_wallet_internal->certs[a_pkey_idx] ? return l_wallet_internal->certs[a_pkey_idx] ?
l_wallet_internal->certs[a_pkey_idx]->key_private l_wallet_internal->certs[a_pkey_idx]->enc_key
: NULL; : NULL;
}else{ }else{
log_it( L_WARNING, "No key with index %u in the wallet (total size %u)",a_pkey_idx,l_wallet_internal->certs_count); log_it( L_WARNING, "No key with index %u in the wallet (total size %u)",a_pkey_idx,l_wallet_internal->certs_count);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment