Skip to content

Commit

Permalink
Updated monitor_operations endpoint version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Jan 20, 2025
1 parent f0fd77a commit 775ad40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (monitor *Monitor) pollingMempool(ctx context.Context, filter string) {
filter = filterApplied
}

url := fmt.Sprintf("chains/main/mempool/monitor_operations?version=0&%s", filter)
url := fmt.Sprintf("chains/main/mempool/monitor_operations?version=1&%s", filter)

ticker := time.NewTicker(time.Second)
defer ticker.Stop()
Expand Down

0 comments on commit 775ad40

Please sign in to comment.