mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
[UI] Typo fixed (#1391)
This commit is contained in:
parent
fc7eca597d
commit
fb3db0a57e
@ -1891,7 +1891,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
||||
uiInterface.InitMessage(_("Masternode cache is empty, skipping payments and governance cache..."));
|
||||
}
|
||||
|
||||
uiInterface.InitMessage(_("Loading fullfiled requests cache..."));
|
||||
uiInterface.InitMessage(_("Loading fulfilled requests cache..."));
|
||||
CFlatDB<CNetFulfilledRequestManager> flatdb4("netfulfilled.dat", "magicFulfilledCache");
|
||||
if(!flatdb4.Load(netfulfilledman)) {
|
||||
return InitError("Failed to load fulfilled requests cache from netfulfilled.dat");
|
||||
|
Loading…
Reference in New Issue
Block a user