Show expected fees in blocks list

This commit is contained in:
Joost Jager
2023-06-06 08:52:29 +02:00
parent 4022803a79
commit 16e86e3976
7 changed files with 15 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ export interface BlockExtension {
reward?: number;
coinbaseRaw?: string;
matchRate?: number;
expectedFees?: number;
similarity?: number;
pool?: {
id: number;