Skip to content

Commit

Permalink
bugfix display of new fees before v4 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Oct 25, 2024
1 parent 263d70b commit 9a433f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/controllers/walletHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -3174,7 +3174,7 @@ angular.module('copayApp.controllers')
if (parseInt(objUnit.version) >= 4) {
await setV4Fees(btx);
} else {
setNullV4Fees();
setNullV4Fees(btx);
}

$timeout(function () {
Expand Down

0 comments on commit 9a433f3

Please sign in to comment.