Check exceptions after calling Enum.ordinal() from Rust
authorMatt Corallo <git@bluematt.me>
Sun, 12 Dec 2021 18:35:18 +0000 (18:35 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 12 Dec 2021 18:40:21 +0000 (18:40 +0000)
This generally shouldn't ever fire, but otherwise Java says, e.g.

WARNING in native method: JNI call made without checking exceptions when required to from CallIntMethod
at org.ldk.impl.bindings.create_invoice_from_channelmanager(Native Method)


No differences found