aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2019-08-20 14:51:43 -0400
committerMarcoFalke <[email protected]>2019-08-20 16:51:41 -0400
commitfa8cd6f9c13319baca467864661982a3dfb2320c (patch)
tree1d92c6fde4e276efa705802bfc57a944f13b5b3a /src/util/string.cpp
parentMerge #16611: build: Remove src/obj directory from repository (diff)
downloaddiscoin-fa8cd6f9c13319baca467864661982a3dfb2320c.tar.xz
discoin-fa8cd6f9c13319baca467864661982a3dfb2320c.zip
util: Add Join helper to join a list of strings
Diffstat (limited to 'src/util/string.cpp')
-rw-r--r--src/util/string.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/string.cpp b/src/util/string.cpp
new file mode 100644
index 000000000..8ea3a1afc
--- /dev/null
+++ b/src/util/string.cpp
@@ -0,0 +1,5 @@
+// Copyright (c) 2019 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#include <util/string.h>