mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-02 11:43:40 +02:00
api/channel.go: change transaction channel from "transaction" to "transactions"
This commit is contained in:
parent
76464c5b7d
commit
5fc83635be
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func (c Channel) Is(other Channel) bool {
|
||||||
|
|
||||||
// Define channels without any variables.
|
// Define channels without any variables.
|
||||||
var (
|
var (
|
||||||
TransactionChannel = Channel{"transaction"}
|
TransactionChannel = Channel{"transactions"}
|
||||||
HeartbeatChannel = Channel{"heartbeat"}
|
HeartbeatChannel = Channel{"heartbeat"}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue