Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
897d3273d5
  1. 2
      src/primitives/transaction.h
  2. 3
      src/wallet/wallet.h

2
src/primitives/transaction.h

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

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

Loading…
Cancel
Save