File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
#include < base58.h>
6
6
7
- #include < data/base58_encode_decode.json.h>
8
- #include < data/base58_keys_invalid.json.h>
9
- #include < data/base58_keys_valid.json.h>
7
+ #include < test/ data/base58_encode_decode.json.h>
8
+ #include < test/ data/base58_keys_invalid.json.h>
9
+ #include < test/ data/base58_keys_valid.json.h>
10
10
11
11
#include < key.h>
12
12
#include < script/script.h>
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #include < data/script_tests.json.h>
5
+ #include < test/ data/script_tests.json.h>
6
6
7
7
#include < core_io.h>
8
8
#include < key.h>
Original file line number Diff line number Diff line change 4
4
5
5
#include < consensus/tx_verify.h>
6
6
#include < consensus/validation.h>
7
- #include < data/sighash.json.h>
7
+ #include < test/ data/sighash.json.h>
8
8
#include < hash.h>
9
9
#include < script/interpreter.h>
10
10
#include < script/script.h>
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #include < data/tx_invalid.json.h>
6
- #include < data/tx_valid.json.h>
5
+ #include < test/ data/tx_invalid.json.h>
6
+ #include < test/ data/tx_valid.json.h>
7
7
#include < test/test_bitcoin.h>
8
8
9
9
#include < clientversion.h>
You can’t perform that action at this time.
0 commit comments