Skip to content

Commit

Permalink
rename PrivateChannelTradeFastUpdate to PrivateChannelFastTradeUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 29, 2024
1 parent c903076 commit e5adf61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/exchange/max/privatechannel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
PrivateChannelOrderUpdate PrivateChannel = "order_update"
PrivateChannelTrade PrivateChannel = "trade"
PrivateChannelTradeUpdate PrivateChannel = "trade_update"
PrivateChannelTradeFastUpdate PrivateChannel = "trade_fast_update"
PrivateChannelFastTradeUpdate PrivateChannel = "fast_trade_update"
PrivateChannelAccount PrivateChannel = "account"
PrivateChannelAccountUpdate PrivateChannel = "account_update"

Expand Down
4 changes: 2 additions & 2 deletions pkg/exchange/max/privatechannelmap.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5adf61

Please sign in to comment.