Skip to content

Commit

Permalink
Merge pull request #763 from wavesplatform/NODE-440-unsupported-excha…
Browse files Browse the repository at this point in the history
…nge-tx

NODE-440 Unsupported message type: ExchangeTransaction
  • Loading branch information
Tolsi authored Dec 26, 2017
2 parents 564d9c1 + 054e3ad commit a58fb50
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 a58fb50

Please sign in to comment.