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

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
xboston committed Jul 9, 2019
1 parent 592e28a commit 2f968c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
throw new \RuntimeException('invalid address value', 1);
}

echo \json_encode($metaHash->fetchHistory((string)$args['address'], 0, 10), JSON_PRETTY_PRINT);
echo \json_encode($metaHash->fetchHistory((string)$args['address'], 10), JSON_PRETTY_PRINT);
break;

case 'get-tx':
Expand Down

0 comments on commit 2f968c7

Please sign in to comment.