Skip to content

Commit

Permalink
web-ui: Add a higher fee option for trezor transactions
Browse files Browse the repository at this point in the history
This is a workaround for big transactions that need higher fees.
  • Loading branch information
AlexITC committed Jan 16, 2021
1 parent 9abec18 commit a04af24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-ui/src/app/models/fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export class Fee {
}

export const TransactionFees = [
new Fee('Very high (use this if the transaction is failing)', 10000),
new Fee('High', 1000),
new Fee('Normal', 500),
new Fee('Low', 100)
Expand Down

0 comments on commit a04af24

Please sign in to comment.