Add KeysInterface::get_node_id method
authorValentine Wallace <vwallace@protonmail.com>
Tue, 18 Oct 2022 19:28:18 +0000 (15:28 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 21 Oct 2022 19:54:03 +0000 (15:54 -0400)
commit17c0fc82a4efe980fd3e135548d47d407517fe63
treeeaa6f9a155e0c6ae8c84b011bec985c38a5d5179
parentad82c9ea5bf735068c11c8eebdf68ac57f135eec
Add KeysInterface::get_node_id method

Useful since we're working on getting rid of KeysInterface::get_node_secret to
complete support for remote signing.

Will be used in upcoming work to check whether an outbound onion message
blinded path has our node id as the introduction node id
lightning/src/chain/keysinterface.rs
lightning/src/util/test_utils.rs