Update recovery.md

minor typo on line 286, said 'implement' twice
This commit is contained in:
exfrog 2019-07-10 16:04:55 -07:00 committed by GitHub
parent d1d6c310e6
commit f98b737cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,7 +283,7 @@ the same format.
Using the gRPC interace directly, [a new call: Using the gRPC interace directly, [a new call:
`SubscribeChannelBackups`](https://api.lightning.community/#subscribechannelbackups). `SubscribeChannelBackups`](https://api.lightning.community/#subscribechannelbackups).
This call allows users to receive a new notification each time the underlying 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. schemes, compared to the file system notification based approach.
### Recovering Using SCBs ### Recovering Using SCBs