Skip to content
Snippets Groups Projects
Commit 42c9c7f1 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Some renames

parent 959b4f77
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ uint64_t dap_chain_net_srv_client_auth(dap_ledger_t *a_ledger, ...@@ -85,7 +85,7 @@ uint64_t dap_chain_net_srv_client_auth(dap_ledger_t *a_ledger,
return 0; return 0;
} }
dap_chain_addr_t *l_addr = (l_addr_base58) ? dap_chain_str_to_addr(l_addr_base58) : NULL; dap_chain_addr_t *l_addr = (l_addr_base58) ? dap_chain_addr_from_str(l_addr_base58) : NULL;
dap_chain_tx_out_cond_t *l_tx_out_cond = NULL; dap_chain_tx_out_cond_t *l_tx_out_cond = NULL;
dap_chain_sign_type_t l_sig_type; dap_chain_sign_type_t l_sig_type;
if(l_addr) if(l_addr)
......
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