Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 | 2x 2x 2x | const flagsFactory = require('./flagsFactory');
// when adding a flag, add a link to the issue/PR describing the reason for the change
const FLAGS = [
'spend_cond_stricter_rules', // https://github.com/leapdao/leap-node/pull/303
'spend_cond_new_bytecode', // https://github.com/leapdao/leap-node/pull/292
];
module.exports = flagsFactory(FLAGS);
|