Typo fixed

This commit is contained in:
mikeriss 2021-11-02 17:15:01 +01:00 committed by GitHub
parent 3a42e20cf1
commit a614ad4119
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) {