From f98b737cfee70a26b0c1db6ec5ded3261b240ff1 Mon Sep 17 00:00:00 2001 From: exfrog <36036563+exfrog@users.noreply.github.com> Date: Wed, 10 Jul 2019 16:04:55 -0700 Subject: [PATCH] Update recovery.md minor typo on line 286, said 'implement' twice --- docs/recovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recovery.md b/docs/recovery.md index 3fe465a4..73ac6920 100644 --- a/docs/recovery.md +++ b/docs/recovery.md @@ -283,7 +283,7 @@ the same format. Using the gRPC interace directly, [a new call: `SubscribeChannelBackups`](https://api.lightning.community/#subscribechannelbackups). This call allows users to receive a new notification each time the underlying -SCB state changes. This can be used to implement implement more complex backup +SCB state changes. This can be used to implement more complex backup schemes, compared to the file system notification based approach. ### Recovering Using SCBs