]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Keep spacing
authorAleru <Aleru_0@protonmail.com>
Mon, 30 Dec 2019 20:18:25 +0000 (15:18 -0500)
committerAleru <Aleru_0@protonmail.com>
Mon, 30 Dec 2019 20:18:25 +0000 (15:18 -0500)
lightning/src/ln/peer_handler.rs

index 1b20b23a983536ae02becd340d1749a4bb4b481f..17d4537f2dd455b7f1ed47789be3b04471940606 100644 (file)
@@ -1202,6 +1202,7 @@ mod tests {
 
                let secp_ctx = Secp256k1::new();
                let their_id = PublicKey::from_secret_key(&secp_ctx, &peers[1].our_node_secret);
+               
                let chan_handler = test_utils::TestChannelMessageHandler::new();
                chan_handler.pending_events.lock().unwrap().push(events::MessageSendEvent::HandleError {
                        node_id: their_id,