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

Function op_6

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

Source from the content-addressed store, hash-verified

96
97
98def op_6(stack):
99 stack.append(encode_num(6))
100 return True
101
102
103def op_7(stack):

Callers

nothing calls this directly

Calls 1

encode_numFunction · 0.70

Tested by

no test coverage detected