multi: minor fixes for README's

This commit is contained in:
Christopher Jämthagen
2017-01-11 18:36:02 +01:00
committed by Olaoluwa Osuntokun
parent 4ccdad0d66
commit 95888613d0
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ generation functions for the various Lightning scripts, revocation key
derivation, and the commitment update state machine.
The package is used within `lnd` as the core wallet of the daemon. The wallet
itself is composed of several distinct interface that decouple the
itself is composed of several distinct interfaces that decouple the
implementation of things like signing and blockchain access. This separation
allows new `WalletController` implementations to be be easily dropped into
`lnd` without disrupting the code base. A series of integration tests at the