Expose information on whether transaction relayed is enabled in getnetwork#7841
Conversation
…tworkinfo adding CNode::fRelayTxes to getnetworkinfo under the name of localrelay (bool)
adding GetfRelayTxes
|
a new fix has been applyed to this code |
|
@dragongem45 If you find more things to fix in the future, you can just force push to the github branch associated with it, you don't need to close and open a new pull request. |
|
is there a way to restart travis-ci biulds |
|
@dragongem45 Yes, by pushing a new commit. |
|
do you have any ideas on what i am doing wrong |
|
See https://travis-ci.org/bitcoin/bitcoin/jobs/121714563 Can you try compiling your own code before submitting a patch? |
|
ok i wil form this message here thanks for the tips |
|
@dragongem45 Please build and test your changes locally. Also make sure to squash the commits using git locally. If there are any issues we can help you in the IRC. |
|
sorry its a part of my IDE i'm going to disable it. |
|
compile worked. now there is a python test error |
…elay is enabled in `getnetwork` (#1545) * net: Add fRelayTxes flag Add a fRelayTxes to keep track of the relay transaction flag we send to other peers. * rpc: Add `relaytxes` flag to `getnetworkinfo` Re-work of PR bitcoin#7841 by dragongem45. Closes bitcoin#7771.
Re-work of PR bitcoin#7841 by dragongem45. Closes bitcoin#7771.
adding CNode::fRelayTxes to getnetworkinfo under the name of localrelay (bool)
updated pull #7839
#7771