commit
a9b2f31ae5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user