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

Function op_9

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

Source from the content-addressed store, hash-verified

111
112
113def op_9(stack):
114 stack.append(encode_num(9))
115 return True
116
117
118def op_10(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected