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