osmosis-labs/docs

`broadcast_tx` should be `broadcast_tx_sync`

joshklop opened this issue · 1 comments

Summary of Bug

The API reference says the broadcast_tx endpoint exists. It does not appear to exist.

Steps to Reproduce

  1. Observe that https://rpc.osmosis.zone/broadcast_tx returns 404.
  2. The endpoint index at https://rpc.osmosis.zone/ states that the broadcast_tx_sync method exists.
  3. https://rpc.osmosis.zone/broadcast_tx_sync does not return 404.

It appears the method is documented here, but is marked as deprecated. Maybe this issue should instead be that the broadcast_tx endpoint returns 404, but that probably shouldn't be in this repo I suppose.