aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.h
diff options
context:
space:
mode:
authorSuhas Daftuar <[email protected]>2019-04-17 12:46:45 -0400
committerSuhas Daftuar <[email protected]>2019-04-17 12:46:45 -0400
commit8602d8b2138a06d5db7e5b86b839f400b0a905a4 (patch)
treeedfc8001b6fbb172c2409f4bbcf9435fc0129922 /src/util/time.h
parentMerge #15803: [0.18] Backport 15749: importmulti only imports origin info for... (diff)
downloaddiscoin-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.h1
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