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
Copy file name to clipboardExpand all lines: lightning/src/chain/keysinterface.rs
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ use util::crypto::{hkdf_extract_expand_twice, sign};
36
36
use util::ser::{Writeable,Writer,Readable,ReadableArgs};
37
37
38
38
use chain::transaction::OutPoint;
39
+
use ln::channel::ANCHOR_OUTPUT_VALUE_SATOSHI;
39
40
use ln::{chan_utils,PaymentPreimage};
40
41
use ln::chan_utils::{HTLCOutputInCommitment, make_funding_redeemscript,ChannelPublicKeys,HolderCommitmentTransaction,ChannelTransactionParameters,CommitmentTransaction,ClosingTransaction};
Copy file name to clipboardExpand all lines: lightning/src/util/enforcing_trait_impls.rs
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
// You may not use this file except in accordance with one or both of these
8
8
// licenses.
9
9
10
+
use ln::channel::{ANCHOR_OUTPUT_VALUE_SATOSHI,MIN_CHAN_DUST_LIMIT_SATOSHIS};
10
11
use ln::chan_utils::{HTLCOutputInCommitment,ChannelPublicKeys,HolderCommitmentTransaction,CommitmentTransaction,ChannelTransactionParameters,TrustedCommitmentTransaction,ClosingTransaction};
11
12
use ln::{chan_utils, msgs,PaymentPreimage};
12
13
use chain::keysinterface::{Sign,InMemorySigner,BaseSign};
@@ -199,6 +200,16 @@ impl BaseSign for EnforcingSigner {
0 commit comments