mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
add splashscreen message when importing blocks via -loadblock
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user