(b)
| 18 | from test_framework.util import assert_equal, assert_raises_rpc_error |
| 19 | |
| 20 | def b2x(b): |
| 21 | return b2a_hex(b).decode('ascii') |
| 22 | |
| 23 | def assert_template(node, block, expect, rehash=True): |
| 24 | if rehash: |
no outgoing calls
no test coverage detected