mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
refactor: Move transaction_identifier.h to primitives
Moves the file from `src/util` to `src/primitives`. Now that the refactor is complete, Txid and Wtxid are fundamental types, so it makes sense for them to reside in `src/primitives`.
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
#include <core_io.h>
|
||||
#include <primitives/block.h>
|
||||
#include <primitives/transaction_identifier.h>
|
||||
#include <pubkey.h>
|
||||
#include <rpc/util.h>
|
||||
#include <test/fuzz/fuzz.h>
|
||||
#include <uint256.h>
|
||||
#include <univalue.h>
|
||||
#include <util/strencodings.h>
|
||||
#include <util/transaction_identifier.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user