From d9c042a1a66911fb4bc3bf1c9d1928181201809d Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 24 Jul 2018 13:05:37 +0800 Subject: [PATCH] fix: hex also for tx in the mempool --- src/page.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/page.h b/src/page.h index 5c849a2..951e2f8 100644 --- a/src/page.h +++ b/src/page.h @@ -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