Skip to content

Commit

Permalink
fixiki
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed May 2, 2024
1 parent 37ab7e0 commit 87ed655
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?%s&version=0", filter)
url := fmt.Sprintf("chains/main/mempool/monitor_operations?version=0&%s", filter)

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

0 comments on commit 87ed655

Please sign in to comment.