Drop BCscale significantly. This breaks support for long crypto currencies.

This commit is contained in:
James Cole 2023-03-18 14:35:08 +01:00
parent b0215a23fb
commit 9fe70fb8d8
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -28,11 +28,11 @@ declare(strict_types=1);
| |
| The first thing we will do is create a new Laravel application instance | 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 | 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')) { if (!function_exists('envNonEmpty')) {
/** /**