MCPcopy
hub / github.com/jimmysong/programmingbitcoin / op_8

Function op_8

code-ch08/op.py:108–110  ·  view source on GitHub ↗
(stack)

Source from the content-addressed store, hash-verified

106
107
108def op_8(stack):
109 stack.append(encode_num(8))
110 return True
111
112
113def op_9(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected