From 0a5615c44c65c63755091b51f2f897e467137861 Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Fri, 22 Sep 2017 15:37:08 +0800 Subject: [PATCH 1/2] Fix typo --- lnwallet/wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/wallet.go b/lnwallet/wallet.go index 4470e0ec912..9d2f0e03f07 100644 --- a/lnwallet/wallet.go +++ b/lnwallet/wallet.go @@ -229,7 +229,7 @@ type addSingleFunderSigsMsg struct { // embeddable within future projects interacting with the Lightning Network. // // NOTE: At the moment the wallet requires a btcd full node, as it's dependent -// on btcd's websockets notifications as even triggers during the lifetime of a +// on btcd's websockets notifications as event triggers during the lifetime of a // channel. However, once the chainntnfs package is complete, the wallet will // be compatible with multiple RPC/notification services such as Electrum, // Bitcoin Core + ZeroMQ, etc. Eventually, the wallet won't require a full-node From 7af1e934502335806b6dc36800d596073175c44f Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Fri, 22 Sep 2017 15:47:50 +0800 Subject: [PATCH 2/2] Fix one more typo --- lnwallet/wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnwallet/wallet.go b/lnwallet/wallet.go index 9d2f0e03f07..ea068a4680f 100644 --- a/lnwallet/wallet.go +++ b/lnwallet/wallet.go @@ -219,7 +219,7 @@ type addSingleFunderSigsMsg struct { // LightningWallet is a domain specific, yet general Bitcoin wallet capable of // executing workflow required to interact with the Lightning Network. It is // domain specific in the sense that it understands all the fancy scripts used -// within the Lightning Network, channel lifetimes, etc. However, it embedds a +// within the Lightning Network, channel lifetimes, etc. However, it embeds a // general purpose Bitcoin wallet within it. Therefore, it is also able to // serve as a regular Bitcoin wallet which uses HD keys. The wallet is highly // concurrent internally. All communication, and requests towards the wallet