mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-29 18:05:58 +02:00
[net processing] Use ignore_incoming_txs from m_opts
This commit is contained in:
@@ -44,6 +44,7 @@ class PeerManager : public CValidationInterface, public NetEventsInterface
|
||||
{
|
||||
public:
|
||||
struct Options {
|
||||
/** Whether this node is running in -blocksonly mode */
|
||||
bool ignore_incoming_txs{DEFAULT_BLOCKSONLY};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user