mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Force the use of the POSIX C locale for all commands and their subprocesses
This commit is contained in:
committed by
Christian Decker
parent
52c243852e
commit
abf510740d
@@ -26,6 +26,8 @@ static void tal_hexeq(const u8 *p, const char *hex)
|
||||
|
||||
int main(void)
|
||||
{
|
||||
setup_locale();
|
||||
|
||||
struct bitcoin_tx *tx;
|
||||
|
||||
tx = bitcoin_tx_from_hex(NULL, extended_tx, strlen(extended_tx));
|
||||
|
||||
Reference in New Issue
Block a user