chore: early t&c release
This commit is contained in:
parent
7fc8ff3d1d
commit
8b149031e3
2 changed files with 4 additions and 4 deletions
|
|
@ -113,9 +113,9 @@ function poll (req, res, next) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// BACKWARDS_COMPATIBILITY 7.5
|
// BACKWARDS_COMPATIBILITY 7.4.9
|
||||||
// machines before 7.5 expect t&c on poll
|
// machines before 7.4.9 expect t&c on poll
|
||||||
if (!machineVersion || semver.lt(machineVersion, '7.5.0-beta')) {
|
if (!machineVersion || semver.lt(machineVersion, '7.4.9')) {
|
||||||
response.terms = config.termsScreenActive && config.termsScreenText ? createTerms(config) : null
|
response.terms = config.termsScreenActive && config.termsScreenText ? createTerms(config) : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "lamassu-server",
|
"name": "lamassu-server",
|
||||||
"description": "bitcoin atm client server protocol module",
|
"description": "bitcoin atm client server protocol module",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"version": "7.4.8",
|
"version": "7.4.9",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"author": "Lamassu (https://lamassu.is)",
|
"author": "Lamassu (https://lamassu.is)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue