Skip to content

Commit

Permalink
Merge PR #518 'pinheadmz/cloudflare2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Sep 23, 2020
2 parents ff54a15 + a366682 commit c85d9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mempool-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ describe('Mempool', function() {
// Fast-forward the next block's timestamp to allow claim.
const data = claim.getData(mempool.network);
const [block1] = await getMockBlock(chain);
block1.time = data.inception + 100;
block1.time = data.inception + 10000;
try {
ownership.ignore = true;
await chain.add(block1, VERIFY_BODY);
Expand Down

0 comments on commit c85d9b4

Please sign in to comment.