Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat(block-http): tests passing according with compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 24, 2016
1 parent 5e6387d commit a4071f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/http-api/resources/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ exports.stat = {
}

return reply({
Key: bs58.encode(block.Key).toString(),
Size: block.Size
Key: bs58.encode(block.key).toString(),
Size: block.size
})
})
}
Expand Down

0 comments on commit a4071f0

Please sign in to comment.