From dcdc9b4d693367885e8bb5f2145676789d8e03fc Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 18 May 2025 17:37:25 -0400 Subject: [PATCH] We no longer need to include this joinsplit header --- src/wallet/asyncrpcoperation_sendmany.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index 8684cf97c..316b7ac32 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -25,7 +25,6 @@ #include "amount.h" #include "primitives/transaction.h" #include "transaction_builder.h" -#include "zcash/JoinSplit.hpp" #include "zcash/Address.hpp" #include "wallet.h"