Drop the _call insertion
[ldk-java] / src / main / java / org / ldk / structs / ChannelKeys.java
index de426fff61de68ad9dfaeec69915fc07962066e7..3034bfd94c8f1359702c3f9d2ddc3211bc35b766 100644 (file)
@@ -15,26 +15,26 @@ public class ChannelKeys extends CommonBase {
                bindings.ChannelKeys_free(ptr); super.finalize();
        }
 
-       public byte[] call_get_per_commitment_point(long idx) {
-               byte[] ret = bindings.ChannelKeys_call_get_per_commitment_point(this.ptr, idx);
+       public byte[] get_per_commitment_point(long idx) {
+               byte[] ret = bindings.ChannelKeys_get_per_commitment_point(this.ptr, idx);
                return ret;
        }
 
-       public byte[] call_release_commitment_secret(long idx) {
-               byte[] ret = bindings.ChannelKeys_call_release_commitment_secret(this.ptr, idx);
+       public byte[] release_commitment_secret(long idx) {
+               byte[] ret = bindings.ChannelKeys_release_commitment_secret(this.ptr, idx);
                return ret;
        }
 
-       // Skipped ChannelKeys_call_key_derivation_params
-       // Skipped ChannelKeys_call_sign_counterparty_commitment
-       // Skipped ChannelKeys_call_sign_holder_commitment
-       // Skipped ChannelKeys_call_sign_holder_commitment_htlc_transactions
-       // Skipped ChannelKeys_call_sign_justice_transaction
-       // Skipped ChannelKeys_call_sign_counterparty_htlc_transaction
-       // Skipped ChannelKeys_call_sign_closing_transaction
-       // Skipped ChannelKeys_call_sign_channel_announcement
-       public void call_on_accept(ChannelPublicKeys channel_points, short counterparty_selected_contest_delay, short holder_selected_contest_delay) {
-               bindings.ChannelKeys_call_on_accept(this.ptr, channel_points == null ? 0 : channel_points.ptr & ~1, counterparty_selected_contest_delay, holder_selected_contest_delay);
+       // Skipped ChannelKeys_key_derivation_params
+       // Skipped ChannelKeys_sign_counterparty_commitment
+       // Skipped ChannelKeys_sign_holder_commitment
+       // Skipped ChannelKeys_sign_holder_commitment_htlc_transactions
+       // Skipped ChannelKeys_sign_justice_transaction
+       // Skipped ChannelKeys_sign_counterparty_htlc_transaction
+       // Skipped ChannelKeys_sign_closing_transaction
+       // Skipped ChannelKeys_sign_channel_announcement
+       public void on_accept(ChannelPublicKeys channel_points, short counterparty_selected_contest_delay, short holder_selected_contest_delay) {
+               bindings.ChannelKeys_on_accept(this.ptr, channel_points == null ? 0 : channel_points.ptr & ~1, counterparty_selected_contest_delay, holder_selected_contest_delay);
                this.ptrs_to.add(channel_points);
        }