From d22cb6a82748d292d8ab88382bf0c13c2fbd27cf Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 3 Mar 2017 16:53:06 +0800 Subject: [PATCH] fix: unnessery function call in mempool() --- src/page.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/page.h b/src/page.h index 28bb3d0..bc92a67 100644 --- a/src/page.h +++ b/src/page.h @@ -564,8 +564,6 @@ public: pair sum_outputs = xmreg::sum_money_in_outputs(_tx_info.tx_json); uint64_t num_nonrct_inputs = xmreg::count_nonrct_inputs(_tx_info.tx_json); - sum_money_in_outputs(_tx_info.tx_json); - // get mixin number in each transaction vector mixin_numbers = xmreg::get_mixin_no(_tx_info.tx_json);