linting fix

pull/7/head
aniket-engg 5 years ago committed by Aniket
parent 326cb226e2
commit e052df4aa2
  1. 2
      remix-lib/src/code/opcodes.js
  2. 2
      remix-lib/src/execution/txExecution.js

@ -3,7 +3,7 @@ var codes = {
// 0x0 range - arithmetic ops
// name, baseCost, off stack, on stack, dynamic, async
// @todo can be improved while refactoring
0x00: ['STOP', 0, 0, 0, false],
0x01: ['ADD', 3, 2, 1, false],
0x02: ['MUL', 5, 2, 1, false],

@ -68,7 +68,7 @@ module.exports = {
INTERNAL_ERROR: 'internal error',
CREATE_COLLISION: 'create collision',
STOP: 'stop',
REFUND_EXHAUSTED: 'refund exhausted',
REFUND_EXHAUSTED: 'refund exhausted'
}
var ret = {
error: false,

Loading…
Cancel
Save