Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ostracon binary and docs #282

Merged
merged 10 commits into from
Jul 6, 2021
Prev Previous commit
Next Next commit
(squash) Change Tendermint to Ostracon
  • Loading branch information
tnasu committed Jul 6, 2021
commit 2f59000d56e394da5fd0899142b020d060748bf8
4 changes: 2 additions & 2 deletions rpc/core/doc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Package core defines the Tendermint RPC endpoints.
Package core defines the Ostracon RPC endpoints.

Tendermint ships with its own JSONRPC library -
Ostracon ships with its own JSONRPC library -
https://github.com/line/ostracon/tree/main/rpc/jsonrpc.

## Get the list
Expand Down
2 changes: 1 addition & 1 deletion rpc/jsonrpc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
//
// Examples
//
// - [Tendermint](https://github.com/line/ostracon/blob/main/rpc/core/routes.go)
// - [Ostracon](https://github.com/line/ostracon/blob/main/rpc/core/routes.go)
package jsonrpc