Merge pull request #2874

387e643 Transfer: fix 'call method estimateTransactionFeeAsync of undefined' (xiphon)
This commit is contained in:
luigi1111 2020-05-01 15:09:49 -05:00
commit d7207bfde3
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -335,7 +335,7 @@ Rectangle {
property var fee: {
estimatedFee = null;
estimating = sendButton.enabled;
if (!sendButton.enabled) {
if (!sendButton.enabled || !currentWallet) {
return;
}
currentWallet.estimateTransactionFeeAsync(