This commit is contained in:
jl777
2016-11-15 14:57:53 -03:00
parent 2f0645568b
commit 897d3273d5
2 changed files with 2 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ class CTxOut
public: public:
CAmount nValue; CAmount nValue;
CScript scriptPubKey; CScript scriptPubKey;
uint64_t interest;
CTxOut() CTxOut()
{ {
SetNull(); SetNull();

View File

@@ -151,7 +151,6 @@ struct COutputEntry
CTxDestination destination; CTxDestination destination;
CAmount amount; CAmount amount;
int vout; int vout;
uint64_t interest;
}; };
/** An note outpoint */ /** An note outpoint */
@@ -348,7 +347,7 @@ public:
char fFromMe; char fFromMe;
std::string strFromAccount; std::string strFromAccount;
int64_t nOrderPos; //! position in ordered transaction list int64_t nOrderPos; //! position in ordered transaction list
uint64_t interest;
// memory only // memory only
mutable bool fDebitCached; mutable bool fDebitCached;
mutable bool fCreditCached; mutable bool fCreditCached;