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

Function op_4

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

Source from the content-addressed store, hash-verified

86
87
88def op_4(stack):
89 stack.append(encode_num(4))
90 return True
91
92
93def op_5(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected