Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Jul 13, 2020
1 parent 915e7f5 commit 3089bc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before diving into the SDK, we recommend taking a look at the Rosetta API Docs:
## Packages
* [Types](types): Auto-generated Rosetta types
* [Client](client): Low-level communication with any Rosetta server
* [Server](server): Simplified Rosetta Node API server development
* [Server](server): Simplified Rosetta API server development
* [Asserter](asserter): Validation of Rosetta types
* [Fetcher](fetcher): Simplified and validated communication with
any Rosetta server
Expand Down
4 changes: 2 additions & 2 deletions reconciler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ error.
The reconciler randomly checks the balances of accounts that aren't
involved in any transactions. The balances of accounts could change
on the blockchain node without being included in an operation
returned by the Rosetta Node API. Recall that all balance-changing
operations must be returned by the Rosetta Node API.
returned by the Rosetta Data API. Recall that all balance-changing
operations must be returned by the Rosetta Data API.
2 changes: 1 addition & 1 deletion syncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=shield)](https://pkg.go.dev/github.com/coinbase/rosetta-sdk-go/syncer?tab=doc)

The Syncer package provides support for syncing blocks from any Rosetta Node API
The Syncer package provides support for syncing blocks from any Rosetta Data API
implementation. If you want to see an example of how to use this package, take
a look at [rosetta-cli](https://github.com/coinbase/rosetta-cli).

Expand Down

0 comments on commit 3089bc4

Please sign in to comment.