lightsail-network / java-stellar-sdk

The Java Stellar SDK library provides APIs to build transactions and connect to Horizon and Soroban-RPC Server.
https://javadoc.io/doc/network.lightsail/stellar-sdk
Apache License 2.0
175 stars 160 forks source link

Base fee type mismatch #656

Closed lijamie98 closed 1 week ago

lijamie98 commented 1 week ago

The MIN_BASE_FEE is int in AbstractTransaction.java but the setBaseFee() is long in TransactionBuilder.java..

overcat commented 1 week ago

Hi, @lijamie98, thank you for reporting this, I will include it in the next release.