util: Add Join helper to join a list of strings

This commit is contained in:
MarcoFalke
2019-08-20 14:51:43 -04:00
parent e00ecb3d7a
commit fa8cd6f9c1
4 changed files with 60 additions and 4 deletions

View File

@@ -211,6 +211,7 @@ BITCOIN_CORE_H = \
util/memory.h \
util/moneystr.h \
util/rbf.h \
util/string.h \
util/threadnames.h \
util/time.h \
util/translation.h \
@@ -501,6 +502,7 @@ libbitcoin_util_a_SOURCES = \
util/rbf.cpp \
util/threadnames.cpp \
util/strencodings.cpp \
util/string.cpp \
util/time.cpp \
util/url.cpp \
util/validation.cpp \