Whether the UTXOs were sent by the wallet to itself. This is relevant because we may want at least a certain number of confirmations on UTXOs received from outside wallets while trusting our own UTXOs more.
Synopsis
Declared in <wallet/coinselection.h>
bool m_from_me = {true};
Created with MrDocs