build fix

This commit is contained in:
romanman 2014-06-27 01:33:15 +01:00
parent 6540331acb
commit f7f2f88946
1 changed files with 0 additions and 2 deletions

View File

@ -200,8 +200,6 @@ public class EthereumProtocolHandler extends ChannelInboundHandlerAdapter {
RLPList rlpList = RLP.decode2(payload);
TransactionsMessage transactionsMessage = new TransactionsMessage(rlpList);
WorldManager.instance.applyTransactionList(transactionsMessage.getTransactions());
logger.info(transactionsMessage.toString());
if (peerListener != null) peerListener.console(transactionsMessage.toString());
}