@@ -48,6 +48,7 @@ src_libbitcoin_database_la_SOURCES = \
4848 src/memory/mman-win32/mman.cpp \
4949 src/memory/mman-win32/mman.hpp \
5050 src/types/history.cpp \
51+ src/types/multisig_view.cpp \
5152 src/types/unspent.cpp
5253
5354# local: test/libbitcoin-database-test
@@ -136,6 +137,7 @@ test_libbitcoin_database_test_SOURCES = \
136137 test/tables/archives/txs.cpp \
137138 test/tables/caches/duplicate.cpp \
138139 test/tables/caches/ecdsa.cpp \
140+ test/tables/caches/multisig.cpp \
139141 test/tables/caches/prevout.cpp \
140142 test/tables/caches/schnorr.cpp \
141143 test/tables/caches/validated_bk.cpp \
@@ -321,6 +323,7 @@ include_bitcoin_database_tables_cachesdir = ${includedir}/bitcoin/database/table
321323include_bitcoin_database_tables_caches_HEADERS = \
322324 include/bitcoin/database/tables/caches/duplicate.hpp \
323325 include/bitcoin/database/tables/caches/ecdsa.hpp \
326+ include/bitcoin/database/tables/caches/multisig.hpp \
324327 include/bitcoin/database/tables/caches/prevout.hpp \
325328 include/bitcoin/database/tables/caches/schnorr.hpp \
326329 include/bitcoin/database/tables/caches/validated_bk.hpp \
@@ -342,6 +345,7 @@ include_bitcoin_database_types_HEADERS = \
342345 include/bitcoin/database/types/fee_rate.hpp \
343346 include/bitcoin/database/types/header_state.hpp \
344347 include/bitcoin/database/types/history.hpp \
348+ include/bitcoin/database/types/multisig_view.hpp \
345349 include/bitcoin/database/types/position.hpp \
346350 include/bitcoin/database/types/span.hpp \
347351 include/bitcoin/database/types/type.hpp \
0 commit comments