refactor: [index] Replace deprecated char with uint8_t in serialization

This commit is contained in:
MarcoFalke
2021-05-01 13:49:37 +02:00
parent d22e7ee933
commit fafb880e88
4 changed files with 20 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
#include <validation.h> // For g_chainman
#include <warnings.h>
constexpr char DB_BEST_BLOCK = 'B';
constexpr uint8_t DB_BEST_BLOCK{'B'};
constexpr int64_t SYNC_LOG_INTERVAL = 30; // seconds
constexpr int64_t SYNC_LOCATOR_WRITE_INTERVAL = 30; // seconds