Skip to content

Commit

Permalink
fix: send transactions to all connected peers
Browse files Browse the repository at this point in the history
Alternative to #3211. Send transactions to all connected peers.
  • Loading branch information
sdbondi committed Aug 24, 2021
1 parent f274981 commit 8391ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion base_layer/core/src/mempool/service/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ async fn handle_outbound_tx(
exclude_peers: Vec<NodeId>,
) -> Result<(), MempoolServiceError> {
let result = outbound_message_service
.propagate(
.flood(
NodeDestination::Unknown,
OutboundEncryption::ClearText,
exclude_peers,
Expand Down

0 comments on commit 8391ce6

Please sign in to comment.