aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-06-13 09:04:43 -0400
committerMarcoFalke <[email protected]>2019-06-13 09:30:40 -0400
commitfa72a64b90dc07a80b1ca6127eb50d8244dedc3b (patch)
tree6b4e025d76c383976fd41df4be7d318320c80747
parentMerge #15834: Fix transaction relay bugs introduced in #14897 and expire tran... (diff)
downloaddiscoin-fa72a64b90dc07a80b1ca6127eb50d8244dedc3b.tar.xz
discoin-fa72a64b90dc07a80b1ca6127eb50d8244dedc3b.zip
tinyformat: Add doc to Bitcoin Core specific strprintf
-rw-r--r--src/tinyformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyformat.h b/src/tinyformat.h
index 14b7cd302..182f518a0 100644
--- a/src/tinyformat.h
+++ b/src/tinyformat.h
@@ -1063,6 +1063,7 @@ std::string format(const std::string &fmt, const Args&... args)
} // namespace tinyformat
+/** Format arguments and return the string or write to given std::ostream (see tinyformat::format doc for details) */
#define strprintf tfm::format
#endif // TINYFORMAT_H_INCLUDED