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:
CAmount nValue;
CScript scriptPubKey;
uint64_t interest;
CTxOut()
{
SetNull();

View File

@@ -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;