Skip to content

Commit 1adc677

Browse files
committed
f one more no export
1 parent cc1210c commit 1adc677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ pub trait KeysInterface: Send + Sync {
268268
/// Get node secret key (aka node_id or network_key)
269269
fn get_node_secret(&self) -> SecretKey;
270270
/// Get destination redeemScript to encumber static protocol exit points.
271+
/// (C-not exported) due to underlying Vec
271272
fn get_destination_script(&self) -> Script;
272273
/// Get shutdown_pubkey to use as PublicKey at channel closure
273274
fn get_shutdown_pubkey(&self) -> PublicKey;

0 commit comments

Comments
 (0)