Skip to content

Commit

Permalink
Bumping merkle columns to 14 visible in table (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst authored Jun 14, 2024
1 parent cdfede8 commit 9fe3bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ document.addEventListener('DOMContentLoaded', () => {

function getMerkleBranchColumns() {
const merkleBranchColumns = [];
for (let i = 0; i < 11; i++) {
for (let i = 0; i < 13; i++) {
merkleBranchColumns.push({
title: `<!--<a href="https://github.com/bboerst/stratum-work/blob/main/docs/merkle_branches.md#merkle-tree" target="_blank"><i class="fas fa-question-circle"></i></a><br /> -->Merkle Branch ${i}`,
field: 'merkle_branches',
Expand Down

0 comments on commit 9fe3bfa

Please sign in to comment.