Merge pull request #32 from mikeriss/patch-2

Typo fixed
This commit is contained in:
softsimon
2021-12-20 23:13:32 +04:00
committed by GitHub

View File

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