Correcting "blocks" typo

This commit is contained in:
softsimon 2021-12-20 23:14:11 +04:00
parent a9b2f31ae5
commit d238b1a779
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -17,7 +17,7 @@
ws.addEventListener('message', function incoming({data}) {
const res = JSON.parse(data.toString());
if (res.block) {
console.log(res.blocks);
console.log(res.block);
}
if (res.mempoolInfo) {
console.log(res.mempoolInfo);