Skip to content

Commit

Permalink
Show address pool gap field on wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Sep 9, 2020
1 parent 49fbb21 commit 55bd825
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/wallet.erb
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@
<% end %>
<% end %>
<% if wal['address_pool_gap'] %>
<small>
<b>Address pool gap:</b> <%= wal['address_pool_gap'] %>
</small><br/>
<% end %>
<%
# unless url_path.include? "byron"
if addrs
Expand Down

0 comments on commit 55bd825

Please sign in to comment.