aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/script_sign.cpp
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-07-25 11:26:20 -0400
committerAndrew Chow <achow101-github@achow101.com>2021-12-10 08:29:47 -0500
commit5fdaf6a2adbf99c4ab2c2863fba35a0baa559fb5 (patch)
tree169fe8aeafa7b2bff2d8cb4be96bd55e836d1e7d /src/test/fuzz/script_sign.cpp
parent94065cc6c5a087a5657519202a4ca08db7c1d861 (diff)
downloadbitcoin-5fdaf6a2adbf99c4ab2c2863fba35a0baa559fb5.tar.xz
moveonly: Move (Un)Serialize(To/From)Vector, (De)SerializeHDKeypaths to psbt module
SerializeToVector, UnserializeFromVector, DeserializeHDKeypaths, and SerializeHDKeypaths were in sign.h where PSBT was originally implemented. Since all of the PSBT serialization has moved to its own file, these functions should follow.
Diffstat (limited to 'src/test/fuzz/script_sign.cpp')
-rw-r--r--src/test/fuzz/script_sign.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/script_sign.cpp b/src/test/fuzz/script_sign.cpp
index 205f6c8061..1a42179724 100644
--- a/src/test/fuzz/script_sign.cpp
+++ b/src/test/fuzz/script_sign.cpp
@@ -5,6 +5,7 @@
#include <chainparams.h>
#include <chainparamsbase.h>
#include <key.h>
+#include <psbt.h>
#include <pubkey.h>
#include <script/keyorigin.h>
#include <script/sign.h>