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',
|
'cryptoNetwork',
|
||||||
'cryptoUnits',
|
'cryptoUnits',
|
||||||
'display',
|
'display',
|
||||||
'minimumTx'
|
'minimumTx',
|
||||||
|
'isCashInOnly'
|
||||||
]))
|
]))
|
||||||
|
|
||||||
const staticConf = _.flow(
|
const staticConf = _.flow(
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ type Coin {
|
||||||
cryptoNetwork: String!
|
cryptoNetwork: String!
|
||||||
cryptoUnits: String!
|
cryptoUnits: String!
|
||||||
batchable: Boolean!
|
batchable: Boolean!
|
||||||
|
isCashInOnly: Boolean!
|
||||||
}
|
}
|
||||||
|
|
||||||
type LocaleInfo {
|
type LocaleInfo {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue