mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 11:27:25 -04:00
Transfer: fix 'call method estimateTransactionFeeAsync of undefined'
This commit is contained in:
@@ -335,7 +335,7 @@ Rectangle {
|
|||||||
property var fee: {
|
property var fee: {
|
||||||
estimatedFee = null;
|
estimatedFee = null;
|
||||||
estimating = sendButton.enabled;
|
estimating = sendButton.enabled;
|
||||||
if (!sendButton.enabled) {
|
if (!sendButton.enabled || !currentWallet) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
currentWallet.estimateTransactionFeeAsync(
|
currentWallet.estimateTransactionFeeAsync(
|
||||||
|
|||||||
Reference in New Issue
Block a user