mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 05:02:06 +02:00
Add documentation for CWalletTx::fFromMe member.
This commit is contained in:
@ -253,6 +253,11 @@ public:
|
|||||||
unsigned int fTimeReceivedIsTxTime;
|
unsigned int fTimeReceivedIsTxTime;
|
||||||
unsigned int nTimeReceived; //!< time received by this node
|
unsigned int nTimeReceived; //!< time received by this node
|
||||||
unsigned int nTimeSmart;
|
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;
|
char fFromMe;
|
||||||
std::string strFromAccount;
|
std::string strFromAccount;
|
||||||
int64_t nOrderPos; //!< position in ordered transaction list
|
int64_t nOrderPos; //!< position in ordered transaction list
|
||||||
|
Reference in New Issue
Block a user