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.
This commit is contained in:
Andrew Chow
2019-07-25 11:26:20 -04:00
parent 94065cc6c5
commit 5fdaf6a2ad
5 changed files with 80 additions and 78 deletions

View File

@@ -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>