linting fix

pull/1227/head
aniket-engg 4 years ago committed by Aniket
parent 4d88745ff2
commit af2d5867d8
  1. 3
      apps/remix-ide/src/blockchain/blockchain.js

@ -1,3 +1,4 @@
import { toBuffer } from 'ethereumjs-util'
const remixLib = require('@remix-project/remix-lib')
const txFormat = remixLib.execution.txFormat
const txExecution = remixLib.execution.txExecution
@ -487,7 +488,7 @@ class Blockchain {
}
}
}
if (!isVM && tx && tx.useCall) {
returnValue = toBuffer(txResult.result)
}

Loading…
Cancel
Save