exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b4c18ef77c4b2806ed1aa1cbebebc8ceb3f9f657
parent fcaf43c67a4a4380a021d33b63e41d762ec3aa1d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 Aug 2024 09:31:29 +0200

FIXMEs were done

Diffstat:
Mbootstrap | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -47,14 +47,12 @@ truncate -s -2 Makefile.am.ext echo "" >> Makefile.am.ext echo 'dist_kycspapkgdata_DATA = \' >> Makefile.am.ext -# FIXME: replace aml-backoffice with kyc-ui once ready! find wallet-core/kyc/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext # Remove extra '\' at the end of the file truncate -s -2 Makefile.am.ext echo "" >> Makefile.am.ext echo 'dist_auditorspapkgdata_DATA = \' >> Makefile.am.ext -# FIXME: replace aml-backoffice with auditor-backoffice once ready! find wallet-core/auditor-backoffice/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext # Remove extra '\' at the end of the file truncate -s -2 Makefile.am.ext