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
Calling property TNetData.NetData is unsafe.
Which calls TNetData.Create
Which calls procedure TECPrivateKey.GenerateRandomPrivateKey(EC_OpenSSL_NID : Word);
Which relies on UCrypto which is not yet initialized,
Which leads to access violation because UCrypto API routine pointers not loaded.
TNetData code moved back to procedure TFRMWallet.FinishedLoadingApp;
0 commit comments