UI fixes
This commit is contained in:
parent
b635a496d7
commit
f413857a97
4 changed files with 48 additions and 20 deletions
|
|
@ -570,7 +570,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
|
||||
if (usingCustomFee) {
|
||||
scope.customFeePerKB = tx.feeRate;
|
||||
scope.feePerSatByte = (tx.feeRate / 1000).toFixed();
|
||||
scope.feePerSatByte = tx.feeRate / 1000;
|
||||
}
|
||||
|
||||
$ionicModal.fromTemplateUrl('views/modals/chooseFeeLevel.html', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue