Skip to content

Commit 1bf4229

Browse files
committed
xmr scan fix
1 parent 03bcc51 commit 1bf4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets_js_bitrequest_fetchblocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,9 +977,9 @@ function scan_monero_transactions(rd, api_data, rdo, viewkey) {
977977
const api_result = br_result(response).result,
978978
transactions = api_result.transactions;
979979
if (transactions) {
980+
let matched_tx = false;
980981
if (has_tx(transactions)) {
981982
const sorted_txs = sort_transactions_by_date(xmr_scan_data, transactions);
982-
let matched_tx = false;
983983
$.each(sorted_txs, function(date, tx) {
984984
const tx_data = xmr_scan_data(tx, rdo.setconfirmations, "xmr", api_result.blockchain_height);
985985
if (tx_data) {

0 commit comments

Comments
 (0)