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 7ffb6d0 commit dee34ffCopy full SHA for dee34ff
docs/tutorials/building-a-node-with-ldk/setting-up-a-channel-manager.md
@@ -424,7 +424,7 @@ inform LDK about these transactions/outputs in Step 14.
424
// <insert code for you to watch for this transaction on-chain>
425
}
426
427
- override fun register_output(output: WatchedOutput): Option_C2Tuple_usizeTransactionZZ {
+ override fun register_output(output: WatchedOutput) {
428
// <insert code for you to watch for any transactions that spend this
429
// output on-chain>
430
0 commit comments