We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be3d9e commit 1c54a48Copy full SHA for 1c54a48
docs/tutorials/build_a_node_in_rust.md
@@ -681,11 +681,11 @@ fn handle_ldk_event(..) {
681
Event::ProbeFailed { .. } => { .. }, // insert handling code
682
Event::HTLCHandlingFailed { .. } => { .. }, // insert handling code
683
Event::PendingHTLCsForwardable { .. } => { .. }, // insert handling code
684
- Event::SpendableOutputs { .. } => { .. } // insert handling code
+ Event::SpendableOutputs { .. } => { .. }, // insert handling code
685
Event::OpenChannelRequest { .. } => { .. }, // insert handling code
686
- Event::PaymentForwarded { .. } => { .. } // insert handling code
687
- Event::ChannelClosed { .. } => { .. } // insert handling code
688
- Event::DiscardFunding { .. } => { .. } // insert handling code
+ Event::PaymentForwarded { .. } => { .. }, // insert handling code
+ Event::ChannelClosed { .. } => { .. }, // insert handling code
+ Event::DiscardFunding { .. } => { .. }, // insert handling code
689
}
690
691
```
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments