Skip to content

Commit

Permalink
server: Add version, nonce, and bits fields to the paginated block he…
Browse files Browse the repository at this point in the history
…aders endpoint
  • Loading branch information
AlexITC committed Jul 28, 2019
1 parent 2234722 commit cff9167
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ object BlockHeader {
"merkleRoot" -> obj.merkleRoot,
"height" -> obj.height,
"time" -> obj.time,
"version" -> obj.version,
"nonce" -> obj.nonce,
"bits" -> obj.bits,
"filter" -> filterMaybe
)
}
Expand Down

0 comments on commit cff9167

Please sign in to comment.