mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
ship_processor.go: improve channel names for actions.
This commit is contained in:
parent
42da179c74
commit
73f0ba0555
1 changed files with 3 additions and 2 deletions
|
|
@ -96,8 +96,9 @@ func processTraces(traces []*ship.TransactionTraceV0) {
|
|||
|
||||
channels := []string{
|
||||
redis.Key("actions"),
|
||||
redis.Key(string(act.Contract), "actions"),
|
||||
redis.Key(string(act.Contract), "actions", string(act.Action)),
|
||||
redis.Key("actions", "action:"+string(act.Action)),
|
||||
redis.Key("actions", "contract:"+string(act.Contract)),
|
||||
redis.Key("actions", "contract:"+string(act.Contract), "action:"+string(act.Action)),
|
||||
}
|
||||
|
||||
for _, channel := range channels {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue