From 897d3273d5da7394e58f667e130025b059132ef1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 15 Nov 2016 14:57:53 -0300 Subject: [PATCH] test --- src/primitives/transaction.h | 2 +- src/wallet/wallet.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 035f9af9e..3c02f2134 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -239,7 +239,7 @@ class CTxOut public: CAmount nValue; CScript scriptPubKey; - + uint64_t interest; CTxOut() { SetNull(); diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 930242adc..960992f16 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -151,7 +151,6 @@ struct COutputEntry CTxDestination destination; CAmount amount; int vout; - uint64_t interest; }; /** An note outpoint */ @@ -348,7 +347,7 @@ public: char fFromMe; std::string strFromAccount; int64_t nOrderPos; //! position in ordered transaction list - uint64_t interest; + // memory only mutable bool fDebitCached; mutable bool fCreditCached;