Skip to content

Commit

Permalink
Update example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrerocarlos committed Feb 9, 2018
1 parent 03a65a4 commit 67435a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Expand Up @@ -29,7 +29,7 @@ const testBlocks = [
}
];

const selectedBlock = 1; // CHANGE THIS TO 1 to execute the example with the second block
const selectedBlock = 0; // CHANGE THIS TO 1 to use the second testBlock
const block = testBlocks[selectedBlock].block;
let nonce = testBlocks[selectedBlock].initialNonce;

Expand Down

0 comments on commit 67435a9

Please sign in to comment.