+ minor fixes, variable name consistency and ts types
This commit is contained in:
Antoni Spaanderman
2022-07-26 16:29:42 +02:00
parent 65cd708295
commit 3ba37aaa5a
3 changed files with 45 additions and 39 deletions

View File

@@ -12,9 +12,9 @@ export class TxFeaturesComponent implements OnChanges {
@Input() tx: Transaction;
segwitGains = {
realizedBech32Gains: 0,
potentialBech32Gains: 0,
potentialP2shGains: 0,
realizedSegwitGains: 0,
potentialSegwitGains: 0,
potentialP2shSegwitGains: 0,
potentialTaprootGains: 0,
realizedTaprootGains: 0
};