Force the use of the POSIX C locale for all commands and their subprocesses

This commit is contained in:
practicalswift
2018-04-25 12:55:34 +02:00
committed by Christian Decker
parent 52c243852e
commit abf510740d
38 changed files with 102 additions and 3 deletions

View File

@@ -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));