mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-06 03:49:16 +02:00
The current code fails on windows because of the forward slashes; using os.path.join solves the problem and it is in general more robust
The current code fails on windows because of the forward slashes; using os.path.join solves the problem and it is in general more robust