Skip to content

Commit 5198838

Browse files
committed
narrow down xmr txd duplication
1 parent 2102607 commit 5198838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets_js_bitrequest_polling.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,15 @@ function ping_xmr_node(cachetime, address, vk, request_ts) {
247247
if (txd.ccval && txd.transactiontime > request_ts) {
248248
const txid_match = get_requestli("txhash", txd.txhash); // check if txhash already exists
249249
if (txid_match.length) {
250-
return
250+
return false;
251251
}
252252
clearpinging(address);
253253
tx_polling_init(txd, {
254254
"api": true,
255255
"name": "blockchair_xmr",
256256
"display": true
257257
});
258+
return false;
258259
}
259260
});
260261
}).fail(function() {

0 commit comments

Comments
 (0)