Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Jul 9, 2019
1 parent a813b33 commit 9a98807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ composer require xboston/metahash
- [x] getNonce

### Usage
You can find usage examples in the examples/ folder.
You can find usage examples in the [examples](https://github.com/xboston/php-metahash/examples) folder.

### PHP examples
### Examples
```php
<?php

Expand Down Expand Up @@ -94,7 +94,7 @@ or http://localhost:8000/wallets.php

## Breaking change

- from 0.1.1 to 0.2.0
- from v0.1.1 to v0.2.0
```diff
-public function fetchHistory(string $address, int $beginTx = 0, int $countTx = self::HISTORY_LIMIT)
+public function fetchHistory(string $address, int $countTx = self::HISTORY_LIMIT, int $beginTx = 0)
Expand Down

0 comments on commit 9a98807

Please sign in to comment.