Skip to content

Commit da3b8fd

Browse files
committed
Add txrequest module
This adds a new module (unused for now) which defines TxRequestTracker, a data structure that maintains all information about transaction requests, and coordinates requests.
1 parent 0b2abaa commit da3b8fd

File tree

5 files changed

+807
-0
lines changed

5 files changed

+807
-0
lines changed

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ BITCOIN_CORE_H = \
215215
timedata.h \
216216
torcontrol.h \
217217
txdb.h \
218+
txrequest.h \
218219
txmempool.h \
219220
undo.h \
220221
util/asmap.h \
@@ -327,6 +328,7 @@ libbitcoin_server_a_SOURCES = \
327328
timedata.cpp \
328329
torcontrol.cpp \
329330
txdb.cpp \
331+
txrequest.cpp \
330332
txmempool.cpp \
331333
validation.cpp \
332334
validationinterface.cpp \

0 commit comments

Comments
 (0)