MCPcopy Create free account
hub / github.com/ElementsProject/elements / b2x

Function b2x

test/functional/feature_block_subsidy.py:16–17  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

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

Callers 5

assert_templateFunction · 0.70
assert_templateFunction · 0.50
assert_submitblockMethod · 0.50
run_testMethod · 0.50
run_testMethod · 0.50

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected