mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge #8049: Expose information on whether transaction relay is enabled in getnetwork
1ab1dc3rpc: Add `relaytxes` flag to `getnetworkinfo` (Wladimir J. van der Laan)581ddffnet: Add fRelayTxes flag (Wladimir J. van der Laan)
This commit is contained in:
commit
c028c7b755
5 changed files with 8 additions and 3 deletions
|
|
@ -1114,6 +1114,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||
fListen = GetBoolArg("-listen", DEFAULT_LISTEN);
|
||||
fDiscover = GetBoolArg("-discover", true);
|
||||
fNameLookup = GetBoolArg("-dns", DEFAULT_NAME_LOOKUP);
|
||||
fRelayTxes = !GetBoolArg("-blocksonly", DEFAULT_BLOCKSONLY);
|
||||
|
||||
bool fBound = false;
|
||||
if (fListen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue