From 61737a79d2ba7bd96f621e44ed09f2c45c85f743 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 25 Jun 2015 13:48:05 +0930 Subject: [PATCH] Fix typo. Signed-off-by: Rusty Russell --- bitcoin/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/README b/bitcoin/README index 1fd9d03f1..0d27a61be 100644 --- a/bitcoin/README +++ b/bitcoin/README @@ -1,6 +1,6 @@ These are standard bitcoin manipulation routines which should be provided by any normal bitcoin library in whatever language you choose. -The ones here are standalone ones taken from bitcoin core and soe I +The ones here are standalone ones taken from bitcoin core and some I wrote, many taken from bitcoin-iterate and pasted in here.