Skip to content

Commit 39c77b0

Browse files
committed
Add documentation for CWalletTx::fFromMe member.
1 parent c6fd923 commit 39c77b0

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
@@ -253,6 +253,11 @@ class CWalletTx : public CMerkleTx
253253
unsigned int fTimeReceivedIsTxTime;
254254
unsigned int nTimeReceived; //!< time received by this node
255255
unsigned int nTimeSmart;
256+
/**
257+
* From me flag is set to 1 for transactions that were created by the wallet
258+
* on this bitcoin node, and set to 0 for transactions that were created
259+
* externally and came in through the network or sendrawtransaction RPC.
260+
*/
256261
char fFromMe;
257262
std::string strFromAccount;
258263
int64_t nOrderPos; //!< position in ordered transaction list

0 commit comments

Comments
 (0)