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

Function get_random_serial

common/psbt_open.c:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413static u64 get_random_serial(enum tx_role role)
414{
415 return pseudorand_u64() << 1 | role;
416}
417
418u64 psbt_new_input_serial(struct wally_psbt *psbt, enum tx_role role)
419{

Callers 2

psbt_new_input_serialFunction · 0.85
psbt_new_output_serialFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected