This commit is contained in:
Josh Rickmar 2014-05-08 21:21:31 -05:00
parent f36a83b3cc
commit 8795534408

View file

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