fix: hex also for tx in the mempool

This commit is contained in:
moneroexamples 2018-07-24 13:05:37 +08:00
parent 22a9f6517e
commit d9c042a1a6

View file

@ -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