From 2fd1a05aa8155e25cd94b5ea127d12c7e63b6ff2 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 9 Jun 2017 11:38:09 +0800 Subject: [PATCH] "get_alternative_blocks(atl_blks) returned false" added --- src/page.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/page.h b/src/page.h index 6723179..c2ad44d 100644 --- a/src/page.h +++ b/src/page.h @@ -434,6 +434,10 @@ namespace xmreg cout << "alt_blk tx: " << alt_blk.tx_hashes.size() << endl; } } + else + { + cerr << "get_alternative_blocks(atl_blks) returned false" << endl; + } context.emplace("txs", mstch::array()); // will keep tx to show