Display block details and taproot signaling.

This commit is contained in:
softsimon
2021-05-01 03:55:02 +04:00
parent 0d03a9e6cc
commit d2fe000ad0
6 changed files with 96 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ export interface Block {
version: number;
timestamp: number;
bits: number;
nounce: number;
nonce: number;
difficulty: number;
merkle_root: string;
tx_count: number;