mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: hex also for tx in the mempool
This commit is contained in:
parent
22a9f6517e
commit
d9c042a1a6
1 changed files with 2 additions and 0 deletions
|
@ -1628,6 +1628,8 @@ public:
|
||||||
// tx is nowhere to be found :-(
|
// tx is nowhere to be found :-(
|
||||||
return string("Cant get tx: " + tx_hash_str);
|
return string("Cant get tx: " + tx_hash_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tx = found_txs.at(0).tx;
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue