From 5fdaf6a2adbf99c4ab2c2863fba35a0baa559fb5 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 25 Jul 2019 11:26:20 -0400 Subject: 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. --- src/psbt.h | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) (limited to 'src/psbt.h') diff --git a/src/psbt.h b/src/psbt.h index 9390b38eee..36a3d2ca16 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -10,8 +10,11 @@ #include #include #include +#include