mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
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"))
|
||||
{
|
||||
uiInterface.InitMessage(_("Importing blocks..."));
|
||||
BOOST_FOREACH(string strFile, mapMultiArgs["-loadblock"])
|
||||
{
|
||||
FILE *file = fopen(strFile.c_str(), "rb");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue