Skip to content

Commit

Permalink
Set the connection channel in PaymentChannelServerListener
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed Jan 16, 2016
1 parent db74695 commit 25db735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public synchronized void connectionOpen(ProtobufConnection<Protos.TwoWayChannelM
handler.closeConnection();
else {
ServerHandler.this.eventHandler = eventHandler;
ServerHandler.this.eventHandler.setConnectionChannel(socketProtobufHandler);
paymentChannelManager.connectionOpen();
}
}
Expand Down

0 comments on commit 25db735

Please sign in to comment.