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

Function op_1

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

Source from the content-addressed store, hash-verified

71
72
73def op_1(stack):
74 stack.append(encode_num(1))
75 return True
76
77
78def op_2(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected