Skip to content

Commit 3609ba5

Browse files
authored
Merge pull request #217 from TheBlueMatt/2018-10-msg-resp-overhaul
Send ChannelManager messages out-of-band to ensure ordered delivery
2 parents f1eb463 + 294ad32 commit 3609ba5

File tree

7 files changed

+1210
-924
lines changed

7 files changed

+1210
-924
lines changed

fuzz/fuzz_targets/full_stack_target.rs

Lines changed: 6 additions & 7 deletions
Large diffs are not rendered by default.

src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ use secp256k1;
1313
use crypto::digest::Digest;
1414

1515
use ln::msgs;
16-
use ln::msgs::{ErrorAction, HandleError, RAACommitmentOrder};
16+
use ln::msgs::{ErrorAction, HandleError};
1717
use ln::channelmonitor::ChannelMonitor;
18-
use ln::channelmanager::{PendingHTLCStatus, HTLCSource, PendingForwardHTLCInfo, HTLCFailReason, HTLCFailureMsg};
18+
use ln::channelmanager::{PendingHTLCStatus, HTLCSource, HTLCFailReason, HTLCFailureMsg, PendingForwardHTLCInfo, RAACommitmentOrder};
1919
use ln::chan_utils::{TxCreationKeys,HTLCOutputInCommitment,HTLC_SUCCESS_TX_WEIGHT,HTLC_TIMEOUT_TX_WEIGHT};
2020
use ln::chan_utils;
2121
use chain::chaininterface::{FeeEstimator,ConfirmationTarget};

0 commit comments

Comments
 (0)