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

Commit a4071f0

Browse files
committed
feat(block-http): tests passing according with compliance
1 parent 5e6387d commit a4071f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http-api/resources/block.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ exports.stat = {
140140
}
141141

142142
return reply({
143-
Key: bs58.encode(block.Key).toString(),
144-
Size: block.Size
143+
Key: bs58.encode(block.key).toString(),
144+
Size: block.size
145145
})
146146
})
147147
}

0 commit comments

Comments
 (0)