Network based blockchain colors.

This commit is contained in:
softsimon
2020-05-10 21:34:25 +07:00
parent 50f98807a3
commit 4d53e897b4
4 changed files with 16 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ export class AmountComponent implements OnInit {
@Input() satoshis: number;
@Input() digitsInfo = '1.8-8';
@Input() noFiat = false;
constructor(
private stateService: StateService,