linting fix

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

@ -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