add splashscreen message when importing blocks via -loadblock
This commit is contained in:
parent
0825aee8f4
commit
2d914f89fe
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue