mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
add splashscreen message when importing blocks via -loadblock
This commit is contained in:
parent
0825aee8f4
commit
2d914f89fe
@ -715,6 +715,7 @@ bool AppInit2()
|
|||||||
|
|
||||||
if (mapArgs.count("-loadblock"))
|
if (mapArgs.count("-loadblock"))
|
||||||
{
|
{
|
||||||
|
uiInterface.InitMessage(_("Importing blocks..."));
|
||||||
BOOST_FOREACH(string strFile, mapMultiArgs["-loadblock"])
|
BOOST_FOREACH(string strFile, mapMultiArgs["-loadblock"])
|
||||||
{
|
{
|
||||||
FILE *file = fopen(strFile.c_str(), "rb");
|
FILE *file = fopen(strFile.c_str(), "rb");
|
||||||
|
Loading…
Reference in New Issue
Block a user