commit
a9b2f31ae5
@ -16,7 +16,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.blocks) {
|
if (res.block) {
|
||||||
console.log(res.blocks);
|
console.log(res.blocks);
|
||||||
}
|
}
|
||||||
if (res.mempoolInfo) {
|
if (res.mempoolInfo) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user