mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-19 04:50:02 +02:00
transport/channel.go: rename Action.Action to Action.Name
This commit is contained in:
parent
7637b6e16b
commit
347de718af
3 changed files with 7 additions and 7 deletions
|
|
@ -118,9 +118,9 @@ func (processor *ShipProcessor) processTraces(traces []*ship.TransactionTraceV0)
|
|||
|
||||
channels := []transport.Channel{
|
||||
transport.Action{}.Channel(),
|
||||
transport.Action{Action: act.Name}.Channel(),
|
||||
transport.Action{Name: act.Name}.Channel(),
|
||||
transport.Action{Contract: act.Contract}.Channel(),
|
||||
transport.Action{Action: act.Name, Contract: act.Contract}.Channel(),
|
||||
transport.Action{Name: act.Name, Contract: act.Contract}.Channel(),
|
||||
}
|
||||
|
||||
for _, channel := range channels {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue