Merge pull request #3346 from poanetwork/vb-fix-inventory-pagination

Fix inventory tab pagination
pull/3347/head
Victor Baranov 4 years ago committed by GitHub
commit 2891ef71ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/block_scout_web/lib/block_scout_web/controllers/tokens/inventory_controller.ex

@ -6,6 +6,7 @@
### Fixes
- [#3346](https://github.com/poanetwork/blockscout/pull/3346) - Fix inventory tab pagination
- [#3344](https://github.com/poanetwork/blockscout/pull/3344) - Fix logs search on address page
- [#3342](https://github.com/poanetwork/blockscout/pull/3342) - Fix mobile styles for contract code tab
- [#3341](https://github.com/poanetwork/blockscout/pull/3341) - Change Solc binary downloader path to official primary supported path

@ -30,7 +30,7 @@ defmodule BlockScoutWeb.Tokens.InventoryController do
token_inventory_path(
conn,
:index,
Address.checksum(address_hash_string),
address_hash_string,
Map.delete(next_page_params, "type")
)
end

Loading…
Cancel
Save