Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.

39c77b0 Add documentation for CWalletTx::fFromMe member. (Russell Yanofsky)
This commit is contained in:
Wladimir J. van der Laan 2017-02-06 14:57:44 +01:00
commit 870cd2b58a
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -261,6 +261,11 @@ public:
unsigned int fTimeReceivedIsTxTime;
unsigned int nTimeReceived; //!< time received by this node
unsigned int nTimeSmart;
/**
* From me flag is set to 1 for transactions that were created by the wallet
* on this bitcoin node, and set to 0 for transactions that were created
* externally and came in through the network or sendrawtransaction RPC.
*/
char fFromMe;
std::string strFromAccount;
int64_t nOrderPos; //!< position in ordered transaction list