diff options
| author | Suhas Daftuar <[email protected]> | 2019-04-17 12:46:45 -0400 |
|---|---|---|
| committer | Suhas Daftuar <[email protected]> | 2019-04-17 12:46:45 -0400 |
| commit | 8602d8b2138a06d5db7e5b86b839f400b0a905a4 (patch) | |
| tree | edfc8001b6fbb172c2409f4bbcf9435fc0129922 /src/util/time.h | |
| parent | Merge #15803: [0.18] Backport 15749: importmulti only imports origin info for... (diff) | |
| download | discoin-8602d8b2138a06d5db7e5b86b839f400b0a905a4.tar.xz discoin-8602d8b2138a06d5db7e5b86b839f400b0a905a4.zip | |
Revert "Change in transaction pull scheduling to prevent InvBlock-related attacks"
This reverts commit 1cff3d6cb017aea87d16cbda0768bbab256d16da.
Diffstat (limited to 'src/util/time.h')
| -rw-r--r-- | src/util/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/time.h b/src/util/time.h index 68de1c156..f2e274743 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -33,5 +33,6 @@ 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 |