MCPcopy Create free account
hub / github.com/ElementsProject/lightning / stack_preimage

Function stack_preimage

bitcoin/script.c:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static u8 *stack_preimage(const tal_t *ctx, const struct preimage *preimage)
115{
116 return tal_dup_arr(ctx, u8, preimage->r, sizeof(preimage->r), 0);
117}
118
119/* Bitcoin script stack values are a special, special snowflake.
120 *

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected