File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15070,8 +15070,8 @@ mod tests {
15070
15070
let nodes = create_network(2, &node_cfgs, &node_chanmgrs);
15071
15071
15072
15072
create_announced_chan_between_nodes(&nodes, 0, 1);
15073
-
15074
- // Since we do not send peer storage, we manually simulate receiving a dummy
15073
+
15074
+ // Since we do not send peer storage, we manually simulate receiving a dummy
15075
15075
// `PeerStorage` from the channel partner.
15076
15076
nodes[0].node.handle_peer_storage(nodes[1].node.get_our_node_id(), msgs::PeerStorage{data: vec![0; 100]});
15077
15077
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ pub struct UpdateFulfillHTLC {
728
728
/// A [`peer_storage`] message that can be sent to or received from a peer.
729
729
///
730
730
/// This message is used to distribute backup data to peers.
731
- /// If data is lost or corrupted, users can retrieve it through [`PeerStorageRetrieval`]
731
+ /// If data is lost or corrupted, users can retrieve it through [`PeerStorageRetrieval`]
732
732
/// to recover critical information, such as channel states, for fund recovery.
733
733
///
734
734
/// [`peer_storage`] is used to send our own encrypted backup data to a peer.
@@ -743,7 +743,7 @@ pub struct PeerStorage {
743
743
/// A [`peer_storage_retrieval`] message that can be sent to or received from a peer.
744
744
///
745
745
/// This message is sent to peers for whom we store backup data.
746
- /// If we receive this message, it indicates that the peer had stored our backup data.
746
+ /// If we receive this message, it indicates that the peer had stored our backup data.
747
747
/// This data can be used for fund recovery in case of data loss.
748
748
///
749
749
/// [`peer_storage_retrieval`] is used to send the most recent backup of the peer.
Original file line number Diff line number Diff line change @@ -2405,4 +2405,3 @@ fn no_double_pay_with_stale_channelmanager() {
2405
2405
// generated in response to the duplicate invoice.
2406
2406
assert ! ( nodes[ 0 ] . node. get_and_clear_pending_events( ) . is_empty( ) ) ;
2407
2407
}
2408
-
You can’t perform that action at this time.
0 commit comments