mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
bitcoin/chainparams.h: Split BIP173 name into onchain and Lightning HRPs.
Fixes: #4937
This commit is contained in:
committed by
Rusty Russell
parent
3af15d2f5e
commit
d088288daa
@@ -110,7 +110,7 @@ static bool print_amount(const struct bitcoin_blkid *chains,
|
||||
&chains[0]));
|
||||
ok = false;
|
||||
} else
|
||||
currency = ch->bip173_name;
|
||||
currency = ch->lightning_hrp;
|
||||
}
|
||||
minor_unit = 11;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user