From rusty at blockstream.com Thu Sep 20 02:10:41 2018 From: rusty at blockstream.com (Rusty Russell) Date: Thu, 20 Sep 2018 11:40:41 +0930 Subject: [Lightning-dev] RouteBoost: Adding 'r=' fields to BOLT 11 invoices to flag capacity Message-ID: <877ejg9avy.fsf@rustcorp.com.au> Hi all, I'm considering a change to c-lightning, where `invoice` would automatically append an 'r' field for a channel which has sufficient *incoming* capacity for the amount (using a weighted probability across our peers). This isn't quite what 'r' was for, but it would be a useful hint for payment routing and also potentially for establishing an initial channel. This is an issue for the Blockstream Store which deliberately doesn't advertize an address any more to avoid centralization. Thoughts welcome! Rusty.