BTCP-Rebase/test/util
Isidoro Ghezzi 49e56625aa
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
2018-08-13 14:08:45 +02:00
..
data Always create 70 byte signatures with low R values 2018-08-09 18:39:56 -07:00
bitcoin-util-test.py fix deprecation in bitcoin-util-test.py 2018-08-13 14:08:45 +02:00
rpcauth-test.py Explicitly specify encoding when opening text files in Python code 2018-06-12 21:34:52 +02:00