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.
1 parent c6fd923 commit 39c77b0Copy full SHA for 39c77b0
src/wallet/wallet.h
@@ -253,6 +253,11 @@ class CWalletTx : public CMerkleTx
253
unsigned int fTimeReceivedIsTxTime;
254
unsigned int nTimeReceived; //!< time received by this node
255
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
+ */
261
char fFromMe;
262
std::string strFromAccount;
263
int64_t nOrderPos; //!< position in ordered transaction list
0 commit comments