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

Function op_2

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

Source from the content-addressed store, hash-verified

76
77
78def op_2(stack):
79 stack.append(encode_num(2))
80 return True
81
82
83def op_3(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected