diff options
author | Isidoro Ghezzi <isidoro.ghezzi@icloud.com> | 2018-08-13 14:04:44 +0200 |
---|---|---|
committer | Isidoro Ghezzi <isidoro.ghezzi@icloud.com> | 2018-08-13 14:08:45 +0200 |
commit | 49e56625aa2e102472f782e7421a332b4f438f54 (patch) | |
tree | f8d110bb6d59116b2a34afc9835c87c5b43ab0c8 /src/crypto | |
parent | 73a09b445800aa80e2356f47f459ebf132888fa9 (diff) |
fix deprecation in bitcoin-util-test.py
To avoid:
$ make check
{…omissis…}
Running test/util/bitcoin-util-test.py...
/usr/local/bin/python3.7 ../test/util/bitcoin-util-test.py
../test/util/bitcoin-util-test.py:31: DeprecationWarning: This method will be removed in future versions. Use 'parser.read_file()' instead.
config.readfp(open(os.path.join(os.path.dirname(__file__), "../config.ini"), encoding="utf8"))
$ python3 --version
Python 3.7.0
Diffstat (limited to 'src/crypto')
0 files changed, 0 insertions, 0 deletions