From 573f3c059213ff234067b408c33e19163a2da537 Mon Sep 17 00:00:00 2001 From: badrogger Date: Thu, 4 Jan 2024 14:00:54 +0000 Subject: [PATCH] Rename rotation.txt -> rotation.json --- libethereum/InstanceMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethereum/InstanceMonitor.cpp b/libethereum/InstanceMonitor.cpp index 595175e0b..b3a48a74b 100644 --- a/libethereum/InstanceMonitor.cpp +++ b/libethereum/InstanceMonitor.cpp @@ -32,7 +32,7 @@ using namespace dev; namespace fs = boost::filesystem; -const std::string InstanceMonitor::rotation_info_file_name = "rotation.txt"; +const std::string InstanceMonitor::rotation_info_file_name = "rotation.json"; void InstanceMonitor::prepareRotation() { reportExitTimeReached( true );