We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32160 commit 67b0649Copy full SHA for 67b0649
src/Makefile.am
@@ -93,6 +93,7 @@ BITCOIN_CORE_H = \
93
activemasternode.h \
94
accumulators.h \
95
accumulatorcheckpoints.h \
96
+ accumulatorcheckpoints.json.h \
97
accumulatormap.h \
98
addrman.h \
99
alert.h \
@@ -325,6 +326,7 @@ libzerocoin_libbitcoin_zerocoin_a_SOURCES = \
325
326
libzerocoin/ParamGeneration.h \
327
libzerocoin/Params.h \
328
libzerocoin/SerialNumberSignatureOfKnowledge.h \
329
+ libzerocoin/SpendType.h \
330
libzerocoin/ZerocoinDefines.h \
331
libzerocoin/Accumulator.cpp \
332
libzerocoin/AccumulatorProofOfKnowledge.cpp \
0 commit comments