Browse Source
master9ebd538db5Removed Unicode dash. (Mark Lopez) Pull request description: Executing with `0.9.4` now results in a crash when attempting to generate a new `joinmarket.cfg`. The issue is likely related to my terminal emulator or something - but a easily fix is to remove the superfluous unicode dash from the generated configuration file. ``` $ python wallet-tool.py generate User data location: /home/blah/.joinmarket/ Traceback (most recent call last): File "wallet-tool.py", line 6, in <module> jmprint(wallet_tool_main("wallets"), "success") File "/opt/joinmarket/joinmarket-clientserver/jmclient/jmclient/wallet_utils.py", line 1502, in wallet_tool_main load_program_config(config_path=options.datadir) File "/opt/joinmarket/joinmarket-clientserver/jmclient/jmclient/configure.py", line 635, in load_program_config configfile.write(defaultconfig) UnicodeEncodeError: 'latin-1' codec can't encode character '\u2014' in position 2701: ordinal not in range(256) ``` ACKs for top commit: kristapsk: ACK9ebd538db5Tree-SHA512: daa316818eefb6ee7fe927894b177dbbd66373c2267f7e70a64f6df493b9c2bf5f44b2b744e336f241f54a7cf9a95f9824ee4285593d5fbdd286ce307290ec3a
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue