test
This commit is contained in:
@@ -239,7 +239,7 @@ class CTxOut
|
|||||||
public:
|
public:
|
||||||
CAmount nValue;
|
CAmount nValue;
|
||||||
CScript scriptPubKey;
|
CScript scriptPubKey;
|
||||||
|
uint64_t interest;
|
||||||
CTxOut()
|
CTxOut()
|
||||||
{
|
{
|
||||||
SetNull();
|
SetNull();
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user