OSDN Git Service

add dpos consensus
[bytom/vapor.git] / database / leveldb / utxo_view.go
index 82e05a4..2bb9473 100644 (file)
@@ -26,7 +26,6 @@ func getTransactionsUtxo(db dbm.DB, view *state.UtxoViewpoint, txs []*bc.Tx) err
                        if data == nil {
                                continue
                        }
-
                        var utxo storage.UtxoEntry
                        if err := proto.Unmarshal(data, &utxo); err != nil {
                                return errors.Wrap(err, "unmarshaling utxo entry")