Force CPU target to Sandy Bridge when compiling
[ldk-java] / src / main / java / org / ldk / enums / LDKChannelMonitorUpdateErr.java
1 package org.ldk.enums;
2
3 /**
4  * An error enum representing a failure to persist a channel monitor update.
5  */
6 public enum LDKChannelMonitorUpdateErr {
7         LDKChannelMonitorUpdateErr_TemporaryFailure,
8         LDKChannelMonitorUpdateErr_PermanentFailure,
9         ; static native void init();
10         static { init(); }
11 }