Skip to content

Commit

Permalink
Fix "/chain" page state with invalid parameters (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel authored Nov 8, 2021
1 parent e9876aa commit f7b35fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/archethic_web/controllers/explorer_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ defmodule ArchEthicWeb.ExplorerController do
transaction_chain: [],
address: "",
chain_size: 0,
last_checked?: false
last_checked?: false,
uco_balance: 0
)
end
end

0 comments on commit f7b35fa

Please sign in to comment.