Fix typo.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2015-06-25 13:48:05 +09:30
parent 4e9b0f1951
commit 61737a79d2

View File

@ -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.