Add missing wallet/orchard.h to src/Makefile.am

Like 562f5add87, the missing header ref
means that the make dist step of gitian builds don't include it in the
tarball, causing an error upon build.
This commit is contained in:
sasha 2022-03-22 17:03:16 -07:00
parent d38da460eb
commit c85fae833e
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ BITCOIN_CORE_H = \
wallet/asyncrpcoperation_shieldcoinbase.h \
wallet/crypter.h \
wallet/db.h \
wallet/orchard.h \
wallet/paymentdisclosure.h \
wallet/paymentdisclosuredb.h \
wallet/rpcwallet.h \