refactor: rename fee to fee-rate

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent e98e3504ad
commit be6dbb68c6
4 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ const watchOnly = async () => {
await addressList('static/components/address-list/address-list.html')
await history('static/components/history/history.html')
await utxoList('static/components/utxo-list/utxo-list.html')
await fees('static/components/fees/fees.html')
await fees('static/components/fee-rate/fee-rate.html')
await payment('static/components/payment/payment.html')
Vue.filter('reverse', function (value) {