From 8795534408b47685518ad6fa47265bda2eb1fcfe Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 8 May 2014 21:21:31 -0500 Subject: [PATCH] Typo. --- txstore/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txstore/tx.go b/txstore/tx.go index ee4b782..2d4e32f 100644 --- a/txstore/tx.go +++ b/txstore/tx.go @@ -137,7 +137,7 @@ type Debits struct { } // Credit is the type representing a transaction output which was spent or -// is still spendably by wallet. A UTXO is an unspent Credit, but not all +// is still spendable by wallet. A UTXO is an unspent Credit, but not all // Credits are UTXOs. type Credit struct { *TxRecord