build fix
This commit is contained in:
parent
6540331acb
commit
f7f2f88946
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue