mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
MOVEONLY: tx functions to consensus/tx_verify.o
Functions related to transaction verification.
This commit is contained in:
parent
8c28670e92
commit
618d07faa2
13 changed files with 336 additions and 297 deletions
|
|
@ -8,11 +8,12 @@
|
|||
|
||||
#include "clientversion.h"
|
||||
#include "checkqueue.h"
|
||||
#include "consensus/tx_verify.h"
|
||||
#include "consensus/validation.h"
|
||||
#include "core_io.h"
|
||||
#include "key.h"
|
||||
#include "keystore.h"
|
||||
#include "validation.h" // For CheckTransaction
|
||||
#include "validation.h"
|
||||
#include "policy/policy.h"
|
||||
#include "script/script.h"
|
||||
#include "script/sign.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue