You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Compiled without sqlite support (required for descriptor wallets)
1191
+
message(tr("Error creating wallet"), tr("Cannot create new wallet, the software was compiled without sqlite support (required for descriptor wallets)"), CClientUIInterface::MSG_ERROR);
1192
+
return;
1193
+
#endif// USE_SQLITE
1194
+
auto activity = newCreateWalletActivity(getWalletController(), this);
<string><html><head/><body><p>You are one step away from creating your new descriptors wallet!</p><p>Please enter the name and, if desired, enable any custom options</p></body></html></string>
0 commit comments