1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

api/channel.go: change transaction channel from "transaction" to "transactions"

This commit is contained in:
Henrik Hautakoski 2023-04-26 14:30:31 +02:00
parent 76464c5b7d
commit 5fc83635be

View file

@ -36,7 +36,7 @@ func (c Channel) Is(other Channel) bool {
// Define channels without any variables.
var (
TransactionChannel = Channel{"transaction"}
TransactionChannel = Channel{"transactions"}
HeartbeatChannel = Channel{"heartbeat"}
)