Skip to content

Commit 1b36397

Browse files
authored
Merge pull request #468 from KeystoneHQ/fix-xrp-serialize
fix: xrptoolkit sign tx failed issue
2 parents 8882e9a + c3665a6 commit 1b36397

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

coinlib/src/main/java/com/keystone/coinlib/CoinImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class CoinImpl implements Coin{
1313
protected static native Void nativeLegacyGenerateTransaction(final String tx, SignCallback sc, Signer signer, String CoinCode);
1414

1515
static {
16-
System.loadLibrary("CryptoCoinLib_v0_1_5");
16+
System.loadLibrary("CryptoCoinLib_v0_1_6");
1717
}
1818

1919
@Override

coinlib/src/main/java/com/keystone/coinlib/coins/SOL/SolImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SolImpl implements Coin {
2424
protected static native int nativeValidateMessage(final String message);
2525

2626
static {
27-
System.loadLibrary("CryptoCoinLib_v0_1_5");
27+
System.loadLibrary("CryptoCoinLib_v0_1_6");
2828
}
2929

3030
@Override
-5.49 MB
Binary file not shown.
5.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)