interledger4j / ilpv4-connector

An ILPv4 Connector implemented in Java
https://java-connector.ilpv4.dev
Apache License 2.0
19 stars 10 forks source link

Don't Trigger Route Updates if `receiveRoutes` is `false` #665

Closed sappenin closed 4 years ago

sappenin commented 4 years ago

In the DefaultRouteBroadcaster (here), if receiveRoutes is false, then the route-broadcaster should not send route-control messages to a peer instructing it to send us route updates (this is because the account is configured to not receive route updates).