mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-01 02:12:32 +00:00
Go fmt.
This commit is contained in:
parent
1f87ee217a
commit
2ec9511891
@ -10,10 +10,10 @@ import (
|
||||
"github.com/conformal/btcdb"
|
||||
"github.com/conformal/btcutil"
|
||||
"github.com/conformal/btcwire"
|
||||
"github.com/conformal/seelog"
|
||||
"github.com/conformal/goleveldb/leveldb"
|
||||
"github.com/conformal/goleveldb/leveldb/cache"
|
||||
"github.com/conformal/goleveldb/leveldb/opt"
|
||||
"github.com/conformal/seelog"
|
||||
"os"
|
||||
"runtime"
|
||||
"sync"
|
||||
|
@ -308,7 +308,6 @@ func (db *SqliteDb) FetchTxBySha(txsha *btcwire.ShaHash) ([]*btcdb.TxListReply,
|
||||
txc.blksha = *blksha
|
||||
db.insertTxCache(&txc)
|
||||
|
||||
|
||||
btxspent := make([]bool, len(tx.TxOut), len(tx.TxOut))
|
||||
for idx := range tx.TxOut {
|
||||
byteidx := idx / 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user