You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use ln::chan_utils::{CommitmentTransaction,TxCreationKeys,ChannelTransactionParameters,CounterpartyChannelTransactionParameters,HTLCOutputInCommitment};
1453
+
use ln::chan_utils::{get_to_countersignatory_with_anchors_redeemscript, script_for_p2wpkh,CommitmentTransaction,TxCreationKeys,ChannelTransactionParameters,CounterpartyChannelTransactionParameters,HTLCOutputInCommitment};
1439
1454
use bitcoin::secp256k1::{PublicKey,SecretKey,Secp256k1};
1440
1455
use util::test_utils;
1441
1456
use chain::keysinterface::{KeysInterface,BaseSign};
0 commit comments