Skip to content
Snippets Groups Projects
Commit 1f6c31f9 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'bugfix-5488-4924-updated' into 'develop'

Update bugfix-5488-4924

See merge request cellframe/cellframe-node!358
parents b165e580 77eafd3b
No related branches found
No related tags found
No related merge requests found
Subproject commit c4c95e3f1dddd022976f5707ab9038932c181a56
Subproject commit 16646009a5f270dade99307fdde14184b035823e
......@@ -203,7 +203,7 @@ static int s_wallet_create(int argc, const char **argv) {
// Check if wallet name has only digits and English letters
//
size_t is_str = s_isstralnum(l_wallet_name);
size_t is_str = dap_isstralnum(l_wallet_name);
if (!is_str)
{
......
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