Merge pull request #5100

99f41b9 MOVEONLY: core.o -> core/block.o (jtimon)
561e9e9 MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from core) with it (jtimon)
999a2ab MOVEONLY: separate CTxUndo out of core (jtimon)
4a3587d MOVEONLY: Separate CTransaction and dependencies from core (jtimon)
eda3733 MOVEONLY: Move CFeeRate and Amount constants to amount.o (jtimon)
This commit is contained in:
Pieter Wuille 2014-10-28 05:22:34 -07:00
commit 723c752636
No known key found for this signature in database
GPG key ID: 57896D2FF8F0B657
41 changed files with 992 additions and 939 deletions

View file

@ -5,7 +5,7 @@
#include "interpreter.h"
#include "core.h"
#include "core/transaction.h"
#include "crypto/ripemd160.h"
#include "crypto/sha1.h"
#include "crypto/sha2.h"