`broadcast_tx` should be `broadcast_tx_sync`
joshklop opened this issue · 1 comments
joshklop commented
Summary of Bug
The API reference says the broadcast_tx
endpoint exists. It does not appear to exist.
Steps to Reproduce
- Observe that https://rpc.osmosis.zone/broadcast_tx returns
404
. - The endpoint index at https://rpc.osmosis.zone/ states that the
broadcast_tx_sync
method exists. - https://rpc.osmosis.zone/broadcast_tx_sync does not return
404
.