Skip to content

Commit

Permalink
add transaction event filter (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncooper authored Sep 25, 2024
1 parent ea828f4 commit 0966d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/coinset/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ var eventsCmd = &cobra.Command{
Long: `Connect to the Coinset WebSocket and display events.
Optionally filter by event type. Valid types are:
- peak
- mempool
- transaction
- offer
If no type is specified, all events will be displayed.`,
ValidArgs: []string{"peak", "mempool", "offer"},
ValidArgs: []string{"peak", "transaction", "offer"},
Args: cobra.MaximumNArgs(1),
Run: runEvents,
}
Expand Down

0 comments on commit 0966d11

Please sign in to comment.