mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-30 17:01:30 +00:00
Typo.
This commit is contained in:
parent
f36a83b3cc
commit
8795534408
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ type Debits struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Credit is the type representing a transaction output which was spent or
|
// 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.
|
// Credits are UTXOs.
|
||||||
type Credit struct {
|
type Credit struct {
|
||||||
*TxRecord
|
*TxRecord
|
||||||
|
|
Loading…
Add table
Reference in a new issue