[Java] Update auto-generated Java files
[ldk-java] / src / main / java / org / ldk / structs / WatchedOutput.java
index f94a9b071e98f3c7dbd395f842d7a6691d7b794f..f745678a41efa5fb4f86638ca66a5c87778a566c 100644 (file)
@@ -13,7 +13,7 @@ import javax.annotation.Nullable;
  * 
  * Used to convey to a [`Filter`] such an output with a given spending condition. Any transaction
  * spending the output must be given to [`ChannelMonitor::block_connected`] either directly or via
- * the return value of [`Filter::register_output`].
+ * [`Confirm::transactions_confirmed`].
  * 
  * If `block_hash` is `Some`, this indicates the output was created in the corresponding block and
  * may have been spent there. See [`Filter::register_output`] for details.