Skip to content

Commit

Permalink
Rename rotation.txt -> rotation.json
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 4, 2024
1 parent b3f1c07 commit 573f3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethereum/InstanceMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 573f3c0

Please sign in to comment.