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 f041da3
Showing 1 changed file with 1 addition and 1 deletion.
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 f041da3

Please sign in to comment.