Skip to content

Commit 870cd2b

Browse files
committed
Merge #9378: [trivial] Add documentation for CWalletTx::fFromMe member.
39c77b0 Add documentation for CWalletTx::fFromMe member. (Russell Yanofsky)
2 parents 40f7e27 + 39c77b0 commit 870cd2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/wallet/wallet.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ class CWalletTx : public CMerkleTx
261261
unsigned int fTimeReceivedIsTxTime;
262262
unsigned int nTimeReceived; //!< time received by this node
263263
unsigned int nTimeSmart;
264+
/**
265+
* From me flag is set to 1 for transactions that were created by the wallet
266+
* on this bitcoin node, and set to 0 for transactions that were created
267+
* externally and came in through the network or sendrawtransaction RPC.
268+
*/
264269
char fFromMe;
265270
std::string strFromAccount;
266271
int64_t nOrderPos; //!< position in ordered transaction list

0 commit comments

Comments
 (0)