Skip to content

Commit

Permalink
Update: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shideneyu committed Jan 28, 2019
1 parent d1ec87f commit c9cb4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
blockchair_client (0.4.0)
blockchair_client (0.5.0)
httparty (~> 0.16)
recursive-open-struct (~> 1.0.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,14 @@ client.transactions(CRYPTO_TX1, CRYPTO_TX2).query
##### First Transaction Hash

```ruby
client.transaction(CRYPTO_TX)[0].tx_hash
client.transactions(CRYPTO_TX1, CRYPTO_TX2)[CRYPTO_TX1].tx_hash
```


##### Second Transaction Hash

```ruby
client.transaction(CRYPTO_TX)[1].tx_hash
client.transactions(CRYPTO_TX, CRYPTO_TX2)[CRYPTO_TX2].tx_hash
```

The behaviour is the same as for `Transaction` for the rest of the cases.

0 comments on commit c9cb4b1

Please sign in to comment.