Change: extend the allowed range for max loan setting (#8386)

This commit is contained in:
Pavel Stupnikov
2020-12-16 23:56:32 +03:00
committed by GitHub
parent d989fb516b
commit b2895dfcd0
6 changed files with 24 additions and 18 deletions

View File

@@ -196,6 +196,8 @@ struct PriceBaseSpec {
/** The "steps" in loan size, in British Pounds! */
static const int LOAN_INTERVAL = 10000;
/** The size of loan for a new company, in British Pounds! */
static const int64 INITIAL_LOAN = 100000;
/**
* Maximum inflation (including fractional part) without causing overflows in int64 price computations.