mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-13 00:45:29 -04:00
update to monero-project v0.18.0.0, monero-java v0.7.2
This commit is contained in:
parent
4b46871cc3
commit
3753a42023
11 changed files with 93 additions and 71 deletions
|
@ -306,7 +306,7 @@ public class DepositView extends ActivatableView<VBox, Void> {
|
|||
|
||||
@NotNull
|
||||
private String getPaymentUri() {
|
||||
return xmrWalletService.getWallet().createPaymentUri(new MoneroTxConfig()
|
||||
return xmrWalletService.getWallet().getPaymentUri(new MoneroTxConfig()
|
||||
.setAddress(addressTextField.getAddress())
|
||||
.setAmount(ParsingUtils.coinToAtomicUnits(getAmountAsCoin()))
|
||||
.setNote(paymentLabelString));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue