Skip to content

Backport Bitcoin PR#8049: Expose information on whether transaction relay is enabled in getnetwork#1545

Merged
UdjinM6 merged 2 commits intodashpay:v0.12.2.xfrom
OlegGirko:bc-pr-8049
Jul 21, 2017
Merged

Backport Bitcoin PR#8049: Expose information on whether transaction relay is enabled in getnetwork#1545
UdjinM6 merged 2 commits intodashpay:v0.12.2.xfrom
OlegGirko:bc-pr-8049

Conversation

@OlegGirko
Copy link

This is backport of Bitcoin PR bitcoin#8049.

This is a simple change, it just exposes one flag to RPC.
It's needed because fRelayTxes variable is used in places touched by further changes.

The original PR description follows.

Re-work of bitcoin#7841 by @dragongem45.
Closes bitcoin#7771.

Description of issue bitcoin#7771 follows.

For software that interfaces with Bitcoin Core via RPC, it can be useful to know whether the fRelayTxes flag is set. It could be added to getnetworkinfo.

laanwj added 2 commits July 21, 2017 16:55
Add a fRelayTxes to keep track of the relay transaction flag
we send to other peers.
Copy link

@tgflynn tgflynn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 added this to the 12.2 milestone Jul 21, 2017
@UdjinM6 UdjinM6 merged commit 82851b4 into dashpay:v0.12.2.x Jul 21, 2017
@OlegGirko OlegGirko deleted the bc-pr-8049 branch July 21, 2017 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants