logger.LogInformation("Cycle "+cycle.Start+" in phase "+Enum.GetName(typeof(CyclePhase),phase)+", ending in "+(cycle.GetPeriods().GetPeriod(phase).End-height)+" blocks");
logger.LogInformation($"Not enough funds in the wallet to tumble. Missing about {ex.Missing}. Denomination is {this.TumblerParameters.Denomination}.");
logger.LogInformation("Tumbler escrow "+tumblerTx.Transaction.GetHash()+" expecting "+cycle.SafetyPeriodDuration+" current is "+tumblerTx.Confirmations);
else
logger.LogInformation("Tumbler escrow not found");