From 1d6aa3a328c3bf65f8f9499088fe0fecf51a85e9 Mon Sep 17 00:00:00 2001 From: Yaacov Akiba Slama Date: Mon, 26 Aug 2019 19:19:57 +0300 Subject: [PATCH] Fix the PR link to customize the channel reserve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb1453..886fa86 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ This is a simple example of an lspd that works with an [lnd](https://github.com/ You can create your own lsdp by implementing the grpc methods described [here](https://github.com/breez/lspd/blob/master/rpc/lspd.md). ## Use a smaller channel reserve -You can apply the PR from https://github.com/lightningnetwork/lnd/pull/270 to be able to create channels with a channel reserve smaller than 1% of the channel capacity. +You can apply the PR from https://github.com/lightningnetwork/lnd/pull/2708 to be able to create channels with a channel reserve smaller than 1% of the channel capacity. Then add the field `RemoteChanReserveSat` in the `lnrpc.OpenChannelRequest` struct when opening a channel.