Store hex in coinbase raw - Improve scripsig parsing

This commit is contained in:
nymkappa
2022-03-16 12:10:18 +01:00
parent 94dbec46cf
commit ffb5db69a8
6 changed files with 8 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ class BlocksRepository {
block.size,
block.weight,
block.tx_count,
connection.escape(block.extras.coinbaseRaw),
block.extras.coinbaseRaw,
block.difficulty,
block.extras.pool?.id, // Should always be set to something
block.extras.totalFees,