(b)
| 14 | from test_framework.util import assert_equal |
| 15 | |
| 16 | def b2x(b): |
| 17 | return b2a_hex(b).decode('ascii') |
| 18 | |
| 19 | def assert_template(node, block, expect, rehash=True): |
| 20 | # Re-set the block timestamp before every submission to avoid |
no test coverage detected