Skip to content

Commit

Permalink
Java: wrap map_init to hide verify_fn argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 11, 2022
1 parent 9a19763 commit 9971e28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/swig_java/jni_extra.java_in
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@
return symmetric_key_from_parent(jarg1, jarg2, jarg3, null);
}

public final static Object map_init(long jarg1)
{
return map_init(jarg1, 0);
}

public final static Object psbt_from_bytes(byte[] jarg1) {
return psbt_from_bytes(jarg1, 0); // Default flags to 0 for back compat.
}
Expand Down

0 comments on commit 9971e28

Please sign in to comment.