fix Litecoin testnet bip173 name

Signed-off-by: Saibato <saibato.naga@protonmail.com>
This commit is contained in:
Saibato 2018-05-02 16:31:48 +00:00 committed by Christian Decker
parent 333dcbf373
commit 09407b9fd8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const struct chainparams networks[] = {
.testnet = false},
{.index = 4,
.network_name = "litecoin-testnet",
.bip173_name = "ltct",
.bip173_name = "tltc",
.genesis_blockhash = {{{.u.u8 = { 0xa0, 0x29, 0x3e, 0x4e, 0xeb, 0x3d, 0xa6, 0xe6, 0xf5, 0x6f, 0x81, 0xed, 0x59, 0x5f, 0x57, 0x88, 0x0d, 0x1a, 0x21, 0x56, 0x9e, 0x13, 0xee, 0xfd, 0xd9, 0x51, 0x28, 0x4b, 0x5a, 0x62, 0x66, 0x49 }}}},
.rpc_port = 19332,
.cli = "litecoin-cli",