Skip to content

Commit dee34ff

Browse files
author
Conor Okus
committed
Move return type from register_output
1 parent 7ffb6d0 commit dee34ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/building-a-node-with-ldk/setting-up-a-channel-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ inform LDK about these transactions/outputs in Step 14.
424424
// <insert code for you to watch for this transaction on-chain>
425425
}
426426

427-
override fun register_output(output: WatchedOutput): Option_C2Tuple_usizeTransactionZZ {
427+
override fun register_output(output: WatchedOutput) {
428428
// <insert code for you to watch for any transactions that spend this
429429
// output on-chain>
430430
}

0 commit comments

Comments
 (0)