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

Function towire_save_channel_update

plugins/askrene/layer.c:481–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481static void towire_save_channel_update(u8 **data, const struct local_update *lu)
482{
483 towire_dstore_channel_update(data,
484 &lu->scidd,
485 lu->enabled,
486 lu->htlc_min,
487 lu->htlc_max,
488 lu->base_fee,
489 lu->proportional_fee,
490 lu->delay);
491}
492
493static void save_channel_update(struct layer *layer, const struct local_update *lu)
494{

Callers 2

save_channel_updateFunction · 0.85
save_complete_layerFunction · 0.85

Calls 1

Tested by

no test coverage detected