exchange

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

commit b19627a15f79d03877bcd641e417748b943c589a
parent d3f038eedc5f547c98e161a50fb96a22dbfe9d50
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 22 Aug 2024 09:51:41 -0300

use kyc folder

Diffstat:
Mbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -48,7 +48,7 @@ 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/aml-backoffice/ -type f | sort | awk '{print " " $1 " \\" }' >> Makefile.am.ext +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