Set the connection channel in PaymentChannelServerListener

This commit is contained in:
Will Shackleton
2016-01-16 15:55:47 +00:00
committed by Andreas Schildbach
parent 8fd9b6480f
commit efe7e7cba6

View File

@@ -113,6 +113,7 @@ public class PaymentChannelServerListener {
handler.closeConnection();
else {
ServerHandler.this.eventHandler = eventHandler;
ServerHandler.this.eventHandler.setConnectionChannel(socketProtobufHandler);
paymentChannelManager.connectionOpen();
}
}