mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
Set the connection channel in PaymentChannelServerListener
This commit is contained in:
committed by
Andreas Schildbach
parent
8fd9b6480f
commit
efe7e7cba6
@@ -113,6 +113,7 @@ public class PaymentChannelServerListener {
|
||||
handler.closeConnection();
|
||||
else {
|
||||
ServerHandler.this.eventHandler = eventHandler;
|
||||
ServerHandler.this.eventHandler.setConnectionChannel(socketProtobufHandler);
|
||||
paymentChannelManager.connectionOpen();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user