Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Mar 19, 2021
1 parent 801334c commit 5b5c4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- [#3577](https://github.com/poanetwork/blockscout/pull/3577) - Eliminate GraphiQL page XSS attack

### Chore
- [#3719](https://github.com/poanetwork/blockscout/pull/3719) - Rename ethprice API endpoint
- [#3717](https://github.com/poanetwork/blockscout/pull/3717) - Update alpine-elixir-phoenix 1.11.3
- [#3714](https://github.com/poanetwork/blockscout/pull/3714) - Application announcements management: whole explorer, staking dapp
- [#3709](https://github.com/poanetwork/blockscout/pull/3709) - Fix 413 Request Entity Too Large returned from single request batch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ defmodule BlockScoutWeb.API.RPC.StatsControllerTest do
expected_result = %{
"coin_btc" => to_string(eth.btc_value),
"coin_btc_timestamp" => expected_timestamp,
"coin_btc" => to_string(eth.usd_value),
"coin_btc_timestamp" => expected_timestamp
"coin_usd" => to_string(eth.usd_value),
"coin_usd_timestamp" => expected_timestamp
}

assert response =
Expand Down

0 comments on commit 5b5c4d4

Please sign in to comment.