diff options
| author | Gleb Naumenko <[email protected]> | 2019-02-06 20:25:27 -0800 |
|---|---|---|
| committer | Gleb Naumenko <[email protected]> | 2019-02-06 20:25:27 -0800 |
| commit | 1cff3d6cb017aea87d16cbda0768bbab256d16da (patch) | |
| tree | 8655b5b333b8050199464f4ad8034b46fe37c800 /src/util/time.h | |
| parent | Merge #14519: tests: add utility to easily profile node performance with perf (diff) | |
| download | discoin-1cff3d6cb017aea87d16cbda0768bbab256d16da.tar.xz discoin-1cff3d6cb017aea87d16cbda0768bbab256d16da.zip | |
Change in transaction pull scheduling to prevent InvBlock-related attacks
Co-authored-by: Suhas Daftuar <[email protected]>
Diffstat (limited to 'src/util/time.h')
| -rw-r--r-- | src/util/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/time.h b/src/util/time.h index f2e274743..68de1c156 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -33,6 +33,5 @@ void MilliSleep(int64_t n); */ std::string FormatISO8601DateTime(int64_t nTime); std::string FormatISO8601Date(int64_t nTime); -std::string FormatISO8601Time(int64_t nTime); #endif // BITCOIN_UTIL_TIME_H |