mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Drop BCscale significantly. This breaks support for long crypto currencies.
This commit is contained in:
@@ -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')) {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user