OSDN Git Service

Peer add announces new block message num limit
[bytom/vapor.git] / database / account_store.go
index 619dd8d..d050f49 100644 (file)
@@ -314,7 +314,7 @@ func (store *AccountStore) ListControlPrograms() ([]*acc.CtrlProgram, error) {
        return cps, nil
 }
 
-// ListUTXOs get utxos by accountID
+// ListUTXOs list all utxos
 func (store *AccountStore) ListUTXOs() ([]*acc.UTXO, error) {
        utxoIter := store.db.IteratorPrefix(UTXOPrefix)
        defer utxoIter.Release()