mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Move PSBT definitions and code to separate files
Move non-wallet PSBT code to src/psbt.{h,cpp}, and PSBT wallet code to
src/wallet/psbtwallet.{h,cpp}. This commit contains only code movement (and
adjustments to includes and Makefile.am.)
This commit is contained in:
parent
81cd958848
commit
c6c3d42a7d
12 changed files with 862 additions and 816 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <core_io.h>
|
||||
|
||||
#include <psbt.h>
|
||||
#include <primitives/block.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <script/script.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue