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:
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.
|
||||
var (
|
||||
TransactionChannel = Channel{"transaction"}
|
||||
TransactionChannel = Channel{"transactions"}
|
||||
HeartbeatChannel = Channel{"heartbeat"}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue