Correcting "blocks" typo
This commit is contained in:
parent
a9b2f31ae5
commit
d238b1a779
@ -17,7 +17,7 @@
|
|||||||
ws.addEventListener('message', function incoming({data}) {
|
ws.addEventListener('message', function incoming({data}) {
|
||||||
const res = JSON.parse(data.toString());
|
const res = JSON.parse(data.toString());
|
||||||
if (res.block) {
|
if (res.block) {
|
||||||
console.log(res.blocks);
|
console.log(res.block);
|
||||||
}
|
}
|
||||||
if (res.mempoolInfo) {
|
if (res.mempoolInfo) {
|
||||||
console.log(res.mempoolInfo);
|
console.log(res.mempoolInfo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user