Skip to content

Commit

Permalink
GUI_ALT: Adapt Blockstats to feerate_percentiles (bitcoin#13918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Sep 10, 2018
1 parent 94d2e99 commit 62a67f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gui_alt/scripts/controllers/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ angular.module('rpcExplorerApp')
"avgfee",
"minfeerate",
"maxfeerate",
"medianfeerate",
"feerate_percentiles_10",
"feerate_percentiles_25",
"feerate_percentiles_50",
"feerate_percentiles_75",
"feerate_percentiles_90",
"avgfeerate",
"mintxsize",
"maxtxsize",
Expand Down

0 comments on commit 62a67f0

Please sign in to comment.