Skip to content

Commit

Permalink
Quick fix to block pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
codybutz committed Apr 24, 2018
1 parent 8dce6df commit 3ce4518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Explorer/ExplorerAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function getBlockPages($page = 1, $pageSize = 10)
'pageSize' => $pageSize
]);

$data = $this->getExplorer('addresses/address/blocks?' . $query);
$data = $this->getExplorer('blocks/pages?' . $query);

return BlockPageSummary::fromResponse($data->Right);
}
Expand Down

0 comments on commit 3ce4518

Please sign in to comment.