Skip to content

Commit 0e49184

Browse files
committed
correct xno txhash
1 parent b986fdc commit 0e49184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets_js_bitrequest_fetchblocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ function ethplorer_scan_data(data, setconfirmations, ccsymbol, eth_layer2) {
28842884
function nano_scan_data(data, tx_hash) {
28852885
const transactiontime = normalize_timestamp(data.local_timestamp),
28862886
ccval = data.amount ? parseFloat((data.amount / 1e30).toFixed(8)) : null,
2887-
txhash = data.hash ? data.hash : tx_hash || null;
2887+
txhash = data.link || data.hash || null;
28882888
return {
28892889
ccval,
28902890
transactiontime,

0 commit comments

Comments
 (0)