02e940bfd2
This adds a setting in the mobile client where the user to select to prefer to start inputting the BCH value on payments (that require manual input of price). The default is to start with the user selected fiat value.
32 lines
619 B
INI
32 lines
619 B
INI
[general]
|
|
# 0: BCH
|
|
# 1: MilliBCH
|
|
# 2: MicroBCH
|
|
# 3: Bits
|
|
# 4: Satoshis
|
|
unit=0
|
|
#
|
|
# when the app first starts up create a special
|
|
# wallet so the user can instantly start receiving.
|
|
create-start-wallet=true
|
|
|
|
countryCodes=en_US, en_GB, nl_NL, zh_CN
|
|
darkSkin=true
|
|
|
|
[payment]
|
|
# Double Spend Proof timeout in milliseconds.
|
|
# After the timeout is reached we deem the tx safe.
|
|
dsp-timeout=300
|
|
|
|
# When manually typing the amount to pay, prefer BCH over fiat
|
|
prefer-bch-input=false
|
|
|
|
[net]
|
|
useragent="Flowee:1 (PayMobile)"
|
|
|
|
[window]
|
|
# 0 = FullKeyboard
|
|
# 1 = SmallNumbersKeyboard
|
|
# 2 = BigNumbersKeyboard
|
|
unlocking-keyboard=1
|