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

Function op_5

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

Source from the content-addressed store, hash-verified

91
92
93def op_5(stack):
94 stack.append(encode_num(5))
95 return True
96
97
98def op_6(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected