update to monero-java v0.7.8

This commit is contained in:
woodser 2022-10-27 07:51:46 -04:00
parent f36dde2857
commit 416d21a8aa
3 changed files with 7 additions and 7 deletions

View file

@ -392,7 +392,7 @@ public class XmrWalletService {
// TODO (woodser): fee estimates are too high, use more accurate estimate
public BigInteger getFeeEstimate(String txHex) {
return getDaemon().getFeeEstimate().multiply(BigInteger.valueOf(txHex.length()));
return getDaemon().getFeeEstimate().getFee().multiply(BigInteger.valueOf(txHex.length()));
}
public MoneroTx getTx(String txHash) {