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::{get_to_countersignatory_with_anchors_redeemscript,script_for_p2wpkh,CommitmentTransaction,TxCreationKeys,ChannelTransactionParameters,CounterpartyChannelTransactionParameters,HTLCOutputInCommitment};
1453
+
use ln::chan_utils::{get_to_countersignatory_with_anchors_redeemscript,get_p2wpkh_redeemscript,CommitmentTransaction,TxCreationKeys,ChannelTransactionParameters,CounterpartyChannelTransactionParameters,HTLCOutputInCommitment};
1454
1454
use bitcoin::secp256k1::{PublicKey,SecretKey,Secp256k1};
1455
1455
use util::test_utils;
1456
1456
use chain::keysinterface::{KeysInterface,BaseSign};
0 commit comments