From 9fe70fb8d86389e7dc7fa8932000202eeca8a5f1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 18 Mar 2023 14:35:08 +0100 Subject: [PATCH] Drop BCscale significantly. This breaks support for long crypto currencies. --- bootstrap/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 6f71022e3b..96ecd9288a 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -28,11 +28,11 @@ declare(strict_types=1); | | The first thing we will do is create a new Laravel application instance | which serves as the "glue" for all the components of Laravel, and is -| the IoC container for the system binding all of the various parts. +| the IoC container for the system binding all the various parts. | */ -bcscale(24); +bcscale(12); if (!function_exists('envNonEmpty')) { /**