Skip to content

Commit

Permalink
Add txrequest module
Browse files Browse the repository at this point in the history
This adds a new module (unused for now) which defines TxRequestTracker, a data
structure that maintains all information about transaction requests, and coordinates
requests.
  • Loading branch information
sipa committed Oct 12, 2020
1 parent 0b2abaa commit da3b8fd
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ BITCOIN_CORE_H = \
timedata.h \
torcontrol.h \
txdb.h \
txrequest.h \
txmempool.h \
undo.h \
util/asmap.h \
Expand Down Expand Up @@ -327,6 +328,7 @@ libbitcoin_server_a_SOURCES = \
timedata.cpp \
torcontrol.cpp \
txdb.cpp \
txrequest.cpp \
txmempool.cpp \
validation.cpp \
validationinterface.cpp \
Expand Down
Loading

0 comments on commit da3b8fd

Please sign in to comment.