Browse Source

Remove future work comment from Controller

pull/72/head
catbref 3 years ago
parent
commit
590a8f52db
  1. 2
      src/main/java/org/qortal/controller/Controller.java

2
src/main/java/org/qortal/controller/Controller.java

@ -1222,8 +1222,6 @@ public class Controller extends Thread {
}
public void onPeerHandshakeCompleted(Peer peer) {
// XXX: we could turn this into an EventBus event so that listeners like TradeBot get a look-in
// Only send if outbound
if (peer.isOutbound()) {
// Request peer's unconfirmed transactions

Loading…
Cancel
Save