Update common.go

This commit is contained in:
Maxim Evtush 2025-02-08 21:06:13 +01:00 committed by GitHub
parent 6b61416630
commit ae8d310a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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