fix: enable cash-in only flag on gql
This commit is contained in:
parent
ab09f0889a
commit
f46c7870a9
2 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
|
|||
'cryptoNetwork',
|
||||
'cryptoUnits',
|
||||
'display',
|
||||
'minimumTx'
|
||||
'minimumTx',
|
||||
'isCashInOnly'
|
||||
]))
|
||||
|
||||
const staticConf = _.flow(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue