Network based blockchain colors.

This commit is contained in:
softsimon
2020-05-10 21:34:25 +07:00
parent 3d116d2d07
commit a7828af0fc
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,