P2PServer: added 1 second grace time for stale shares

Only for shares that lag 1 Monero block behind
This commit is contained in:
SChernykh
2021-08-31 09:58:57 +02:00
parent bb8ff24db8
commit 4757cdb8e2
5 changed files with 13 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
#include "common.h"
#include "uv_util.h"
#include <chrono>
#include <ctime>
#include <fstream>