mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 17:35:27 -04:00
update to monero-java v0.7.8
This commit is contained in:
parent
f36dde2857
commit
416d21a8aa
3 changed files with 7 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue