Skip to content

Move broadcaster from wallet to base and to mempool#113

Merged
dangershony merged 2 commits intoblock-core:masterfrom
dangershony:move-broadcaster
May 6, 2020
Merged

Move broadcaster from wallet to base and to mempool#113
dangershony merged 2 commits intoblock-core:masterfrom
dangershony:move-broadcaster

Conversation

@dangershony
Copy link
Copy Markdown
Member

Broadcaster has no need to be in the wallet as broadcasting can happen without wallet (in case a trx is made created of the node)

Copy link
Copy Markdown
Member

@sondreb sondreb left a comment

Choose a reason for hiding this comment

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

Good to refactor this out of wallet! All good!

{
Guard.NotNull(transaction, nameof(transaction));

if (this.IsPropagated(transaction))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing { }

…EventArgs, alsointroduce BroadcastCheck interface instead of overriding the broadcast manager
@dangershony dangershony merged commit aaba809 into block-core:master May 6, 2020
@dangershony dangershony deleted the move-broadcaster branch May 6, 2020 21:20
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.

2 participants