mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 14:22:49 +01:00
Update common.go
This commit is contained in:
parent
6b61416630
commit
ae8d310a01
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ type Indexer interface {
|
|||
|
||||
// ConnectBlock is invoked when a new block has been connected to the
|
||||
// main chain. The set of output spent within a block is also passed in
|
||||
// so indexers can access the pevious output scripts input spent if
|
||||
// so indexers can access the previous output scripts input spent if
|
||||
// required.
|
||||
ConnectBlock(database.Tx, *btcutil.Block, []blockchain.SpentTxOut) error
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue