MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
core) with it
This commit is contained in:
@@ -80,6 +80,7 @@ BITCOIN_CORE_H = \
|
||||
coincontrol.h \
|
||||
coins.h \
|
||||
compat.h \
|
||||
compressor.h \
|
||||
core.h \
|
||||
core/transaction.h \
|
||||
core_io.h \
|
||||
@@ -103,7 +104,6 @@ BITCOIN_CORE_H = \
|
||||
rpcclient.h \
|
||||
rpcprotocol.h \
|
||||
rpcserver.h \
|
||||
script/compressor.h \
|
||||
script/interpreter.h \
|
||||
script/script.h \
|
||||
script/sigcache.h \
|
||||
@@ -214,6 +214,7 @@ libbitcoin_common_a_SOURCES = \
|
||||
base58.cpp \
|
||||
chainparams.cpp \
|
||||
coins.cpp \
|
||||
compressor.cpp \
|
||||
core.cpp \
|
||||
core/transaction.cpp \
|
||||
core_read.cpp \
|
||||
@@ -223,7 +224,6 @@ libbitcoin_common_a_SOURCES = \
|
||||
keystore.cpp \
|
||||
netbase.cpp \
|
||||
protocol.cpp \
|
||||
script/compressor.cpp \
|
||||
script/interpreter.cpp \
|
||||
script/script.cpp \
|
||||
script/sigcache.cpp \
|
||||
|
||||
Reference in New Issue
Block a user