Update JVM readme

This commit is contained in:
thunderbiscuit 2023-02-17 17:31:00 -05:00
parent 90d12a96c5
commit 553c337241
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -28,7 +28,7 @@ val blockchainConfig = BlockchainConfig.Electrum(
ElectrumConfig("ssl://electrum.blockstream.info:60002", null, 5u, null, 10u, true) ElectrumConfig("ssl://electrum.blockstream.info:60002", null, 5u, null, 10u, true)
) )
val wallet = Wallet(externalDescriptor, internalDescriptor, Network.TESTNET, databaseConfig, blockchainConfig) val wallet = Wallet(externalDescriptor, internalDescriptor, Network.TESTNET, databaseConfig, blockchainConfig)
val newAddress = wallet.getAddress(AddressIndex.LAST_UNUSED) val newAddress = wallet.getAddress(AddressIndex.LastUnused)
``` ```
### Snapshot releases ### Snapshot releases
@ -83,6 +83,7 @@ and use the `publishToMavenLocal` task without excluding the signing task:
``` ```
## Known issues ## Known issues
## JNA dependency
Depending on the JVM version you use, you might not have the JNA dependency on your classpath. The exception thrown will be Depending on the JVM version you use, you might not have the JNA dependency on your classpath. The exception thrown will be
```shell ```shell
class file for com.sun.jna.Pointer not found class file for com.sun.jna.Pointer not found