mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 18:52:29 +02:00
Abstract out some of the descriptor Span-parsing helpers
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user