Typo fixed

This commit is contained in:
mikeriss
2021-11-02 17:15:01 +01:00
committed by GitHub
parent 3a42e20cf1
commit a614ad4119

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