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

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(