Remove fields that won't be used in the frontend for now

This commit is contained in:
nymkappa
2022-02-10 10:25:14 +09:00
parent e960211ea1
commit 06833264ff
4 changed files with 12 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ class BlocksRepository {
block.size,
block.weight,
block.tx_count,
block.extras?.coinbaseHex ?? '',
'',
block.difficulty,
block.extras?.pool?.id, // Should always be set to something
0,