Abstract out some of the descriptor Span-parsing helpers

This commit is contained in:
Pieter Wuille
2019-07-30 14:53:05 -07:00
parent 796b713633
commit 230d43fdbc
4 changed files with 107 additions and 57 deletions

View File

@@ -208,6 +208,7 @@ BITCOIN_CORE_H = \
util/bytevectorhash.h \
util/error.h \
util/fees.h \
util/spanparsing.h \
util/system.h \
util/memory.h \
util/moneystr.h \
@@ -503,6 +504,7 @@ libbitcoin_util_a_SOURCES = \
util/moneystr.cpp \
util/rbf.cpp \
util/threadnames.cpp \
util/spanparsing.cpp \
util/strencodings.cpp \
util/string.cpp \
util/time.cpp \