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

[*] Moved global database to DAP SDK

parent 5e3f082a
No related branches found
No related tags found
2 merge requests!974bugfix-8996,!873Hotfix 8568
Subproject commit 76dfceb9c02f6d4fbaf97a47aa10cd8828c01c70 Subproject commit cbcf1774a01afd1fac7b516aebf2290842e76713
Subproject commit 0e4afb7d1c40040641ccee1be2d246e856740b23 Subproject commit 22b7e62aa768ebeb6a4a93cd87cb99e2cf396637
Subproject commit 673eb31389a28176f288684ee157bc10e36a012a Subproject commit dd2de8244d768d22ec76010c22c7c4d13520c706
...@@ -227,7 +227,7 @@ static int s_wallet_create(int argc, const char **argv) { ...@@ -227,7 +227,7 @@ static int s_wallet_create(int argc, const char **argv) {
exit( -2004 ); exit( -2004 );
} }
l_wallet = dap_chain_wallet_create(l_wallet_name, s_system_wallet_dir, l_sig_type); l_wallet = dap_chain_wallet_create(l_wallet_name, s_system_wallet_dir, l_sig_type, NULL);
return 0; return 0;
} }
......
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