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
1 changed files with 2 additions and 0 deletions

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