We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f7e27 + 39c77b0 commit 870cd2bCopy full SHA for 870cd2b
src/wallet/wallet.h
@@ -261,6 +261,11 @@ class CWalletTx : public CMerkleTx
261
unsigned int fTimeReceivedIsTxTime;
262
unsigned int nTimeReceived; //!< time received by this node
263
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
+ */
269
char fFromMe;
270
std::string strFromAccount;
271
int64_t nOrderPos; //!< position in ordered transaction list
0 commit comments