feat(txpool) - add flag for local tx propagation#3977
feat(txpool) - add flag for local tx propagation#3977mattsse merged 2 commits intoparadigmxyz:mainfrom
Conversation
Codecov Report
... and 9 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e5e79a3 to
2ac06c3
Compare
mattsse
left a comment
There was a problem hiding this comment.
nice
this is functionally complete, only have a few nits
There was a problem hiding this comment.
This needs a bit more context:
basically if set to true (default), all locally received transactions (via RPC for example) will be propagated over the network
There was a problem hiding this comment.
makes sense, added a bit more context
2ac06c3 to
98a49f4
Compare
98a49f4 to
75313b4
Compare
54f4a15 to
143de80
Compare
should close #3966