previousblockhash -> previous_block_hash

This commit is contained in:
nymkappa 2023-02-24 11:43:38 +09:00
parent 0bf4d52183
commit aa1114926c
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -805,7 +805,7 @@ class Blocks {
hash: block.id ?? null,
timestamp: block.blockTimestamp ?? null,
median_timestamp: block.medianTime ?? null,
previousblockhash: block.previousblockhash ?? null,
previous_block_hash: block.previousblockhash ?? null,
difficulty: block.difficulty ?? null,
header: block.header ?? null,
version: block.version ?? null,