MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / b2x

Function b2x

test/functional/mining_basic.py:20–21  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

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

Callers 2

assert_templateFunction · 0.85
run_testMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected