From 925161eaf0cb8710d335602f7e87c0dab149a7f5 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Mon, 22 Jul 2024 17:14:05 -0400 Subject: [PATCH] Implement PSBTv2 fields de/ser --- src/psbt.h | 360 +++++++++++++++++++++++++++++++++++++++++++----- src/serialize.h | 13 ++ 2 files changed, 339 insertions(+), 34 deletions(-) diff --git a/src/psbt.h b/src/psbt.h index 3c58f3c1783..f46e625bce1 100644 --- a/src/psbt.h +++ b/src/psbt.h @@ -15,9 +15,11 @@ #include