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
commit a9b2f31ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {