Change: extend the allowed range for max loan setting (#8386)
(cherry picked from commit b2895dfcd0)
This commit is contained in:
committed by
Jonathan G Rennison
parent
e94656b5a5
commit
b623d6f2ee
@@ -198,6 +198,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.
|
||||
|
||||
Reference in New Issue
Block a user