mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
try 1.2
This commit is contained in:
parent
7c959de2b2
commit
f975244e16
2 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
"pruning": "-",
|
"pruning": "-",
|
||||||
"s": "50002",
|
"s": "50002",
|
||||||
"t": "50001",
|
"t": "50001",
|
||||||
"version": "1.4"
|
"version": "1.2"
|
||||||
},
|
},
|
||||||
"lbryumx2.lbry.io": {
|
"lbryumx2.lbry.io": {
|
||||||
"pruning": "-",
|
"pruning": "-",
|
||||||
"s": "50002",
|
"s": "50002",
|
||||||
"t": "50001",
|
"t": "50001",
|
||||||
"version": "1.4"
|
"version": "1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ELECTRUM_VERSION = '3.2.3' # version of the client package
|
ELECTRUM_VERSION = '3.2.3' # version of the client package
|
||||||
APK_VERSION = '3.2.3.1' # read by buildozer.spec
|
APK_VERSION = '3.2.3.1' # read by buildozer.spec
|
||||||
|
|
||||||
PROTOCOL_VERSION = '1.4' # protocol version requested
|
PROTOCOL_VERSION = '1.2' # protocol version requested
|
||||||
|
|
||||||
# The hash of the mnemonic seed must begin with this
|
# The hash of the mnemonic seed must begin with this
|
||||||
SEED_PREFIX = '01' # Standard wallet
|
SEED_PREFIX = '01' # Standard wallet
|
||||||
|
|
Loading…
Add table
Reference in a new issue