Fix mainchain RPC warmup message

This commit is contained in:
Steven Roose 2020-09-21 17:57:15 +02:00
parent 4ae7d7abf1
commit c0e7cf64eb
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87
2 changed files with 3 additions and 1 deletions

View file

@ -5288,7 +5288,6 @@ bool MainchainRPCCheck(const bool init)
// Next, check for working and valid rpc
if (gArgs.GetBoolArg("-validatepegin", Params().GetConsensus().has_parent_chain)) {
uiInterface.InitMessage(_("Awaiting mainchain RPC warmup"));
// During init try until a non-RPC_IN_WARMUP result
while (true) {
try {