mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
app/ship_processor.go: remove processTraces(). not used.
This commit is contained in:
parent
213daa1e46
commit
ef3a0159c0
1 changed files with 0 additions and 3 deletions
|
|
@ -164,9 +164,6 @@ func (processor *ShipProcessor) processBlock(block *ship.GetBlocksResultV0) {
|
|||
}
|
||||
}
|
||||
|
||||
func (processor *ShipProcessor) processTraces([]*ship.TransactionTraceV0) {
|
||||
}
|
||||
|
||||
func (processor *ShipProcessor) Close() error {
|
||||
return processor.writer.Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue