rust-lightning/lightning
Jeffrey Czyz 09bec6eee9
Return ExpandedKey from NodeSigner
NodeSinger::get_inbound_payment_key_material returns KeyMaterial, which
is used for constructing an ExpandedKey. Change the trait to return an
ExpandedKey directly instead. This allows for direct access to the
ExpandedKey when a NodeSigner referenced is available. Otherwise, it
would either need to be reconstructed or passed in separately.
2024-12-13 09:25:56 -06:00
..
src Return ExpandedKey from NodeSigner 2024-12-13 09:25:56 -06:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00