aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2023-07-19 15:37:29 +0200
committerdergoegge <n.goeggi@gmail.com>2023-10-12 11:56:37 +0100
commited70e6501648466b9ca91a39b83775363e9a726d (patch)
tree5e9dbd2b87cf998ed072219a85797345240eb566 /src/Makefile.am
parentcdb14d79e809bf7d1612b21b554a9fcfb2ab1c91 (diff)
downloadbitcoin-ed70e6501648466b9ca91a39b83775363e9a726d.tar.xz
Introduce types for txids & wtxids
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8905c0ad1c..8508d13b34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -328,6 +328,7 @@ BITCOIN_CORE_H = \
util/time.h \
util/tokenpipe.h \
util/trace.h \
+ util/transaction_identifier.h \
util/translation.h \
util/types.h \
util/ui_change_type.h \