Fix address tracking issues.

This commit is contained in:
softsimon
2020-05-20 17:00:50 +07:00
parent 30d2c5de27
commit 7e07e2cd8a
7 changed files with 29 additions and 27 deletions

View File

@@ -7,8 +7,6 @@ import { WebsocketService } from 'src/app/services/websocket.service';
styleUrls: ['./start.component.scss']
})
export class StartComponent implements OnInit {
view: 'blocks' | 'transactions' = 'blocks';
constructor(
private websocketService: WebsocketService,
) { }