From c12aa90cf415df0e2b7781f95a6dcb4323d95c00 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 16 Jan 2016 22:43:15 -0600 Subject: [PATCH] fix rusty russell name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 662b3586..0b1b92a4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ An application specific, yet general Bitcoin wallet which understands all the fa Library of messages for Lightning Network node to node communcations. Messages for opening and closing channels, as well as updating and revoking channel states are described here. ### shachain -An implementation of Rusty Russel's [64-dimensional shachain](https://github.com/rustyrussell/ccan/blob/master/ccan/crypto/shachain/design.txt). +An implementation of Rusty Russell's [64-dimensional shachain](https://github.com/rustyrussell/ccan/blob/master/ccan/crypto/shachain/design.txt). ### uspv Wallet library to connect to bitcoin nodes and build a local SPV and wallet transaction state.