Skip to content

Commit

Permalink
NODE-440 Unsupported message type: ExchangeTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Dec 26, 2017
1 parent 564d9c1 commit 054e3ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object UtxPoolSynchronizer {
.build[ByteStr, Object]

txs.observeOn(scheduler).map { case (channel, tx) => knownTransactions.get(tx.id(), () => {
utx.putIfNew(tx).map(_ => allChannels.broadcast(tx, Some(channel)))
utx.putIfNew(tx).map(_ => allChannels.broadcastTx(tx, Some(channel)))
dummy
})
}
Expand Down

0 comments on commit 054e3ad

Please sign in to comment.