Skip to content

Commit a3583a8

Browse files
committed
monitor algo
1 parent 6ede4b9 commit a3583a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets_js_bitrequest_fetchblocks.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,6 @@ function blockchair_fetch(rd, api_data, rdo) {
985985
const tx_listitem = append_tx_li(txd, rd.requesttype);
986986
if (tx_listitem) {
987987
transactionlist.append(tx_listitem.data(txd));
988-
return
989988
}
990989
}
991990
}
@@ -1421,7 +1420,6 @@ function mempoolspace_rpc(rd, api_data, rdo, rpc) {
14211420
const tx_listitem = append_tx_li(txd, rd.requesttype);
14221421
if (tx_listitem) {
14231422
transactionlist.append(tx_listitem.data(txd));
1424-
return
14251423
}
14261424
}
14271425
}

0 commit comments

Comments
 (0)