From ec8eaf0d737bbd3fa434257cc2fb65f83c52e80f Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 29 Jul 2025 20:31:31 -0400 Subject: [PATCH] fixup! Ensure Counterparty Signatures are properly handled by Batch tx --- src/test/app/Loan_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/app/Loan_test.cpp b/src/test/app/Loan_test.cpp index b366d1df1a..8c130d5a4d 100644 --- a/src/test/app/Loan_test.cpp +++ b/src/test/app/Loan_test.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include @@ -27,6 +28,7 @@ #include #include #include +#include #include #include