bitcoin/test/functional/test_framework
Wladimir J. van der Laan 07d2d2a21c
Merge #12475: qa: Fix python TypeError in script.py
fa41d68a2 qa: Fix python TypeError in script.py (MarcoFalke)

Pull request description:

  `__repr__` returns string, so don't mix it with byte strings.

  This fixes

  ```
  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'

Tree-SHA512: fac06e083f245209bc8a36102217580b0f6186842f4e52a686225111b0b96ff93c301640ff5e7ddef6a5b4f1689071b16a9a8dc80f28e2b060ddee29edd24ec7
2018-03-05 17:32:42 +01:00
..
__init__.py
address.py
authproxy.py
bignum.py
blockstore.py
blocktools.py scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests 2018-02-17 11:42:01 -05:00
comptool.py
coverage.py
key.py
messages.py Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers 2018-03-01 15:31:15 +01:00
mininode.py Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFramework 2018-02-13 10:31:06 +01:00
netutil.py
script.py qa: Fix python TypeError in script.py 2018-02-18 23:42:01 -05:00
segwit_addr.py
siphash.py
socks5.py
test_framework.py qa: Move common args to bitcoin.conf 2018-02-15 14:00:28 -05:00
test_node.py qa: Move common args to bitcoin.conf 2018-02-15 14:00:28 -05:00
util.py Merge #12443: qa: Move common args to bitcoin.conf 2018-02-23 12:37:06 -05:00