fix: hex also for tx in the mempool

add_regnet
moneroexamples 6 years ago
parent 22a9f6517e
commit d9c042a1a6

@ -1628,6 +1628,8 @@ public:
// tx is nowhere to be found :-(
return string("Cant get tx: " + tx_hash_str);
}
tx = found_txs.at(0).tx;
}
try

Loading…
Cancel
Save